all repos — mgba @ 669075582d19bac1e67286013bdab26ffa1efab0

mGBA Game Boy Advance Emulator

Util: Tune patch-fast extent sizes
Vicki Pfau vi@endrift.com
Fri, 28 Apr 2017 23:45:08 -0700
commit

669075582d19bac1e67286013bdab26ffa1efab0

parent

29e5e3b42dfc00df8500664b74077160a82b40dc

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M CHANGESCHANGES

@@ -111,6 +111,7 @@ - Debugger: Make attaching a backend idempotent

- VFS: Optimize expanding in-memory files - VFS: Add VFileFIFO for operating on circle buffers - Core: Move rewind diffing to its own thread + - Util: Tune patch-fast extent sizes 0.5.2: (2016-12-31) Bugfixes:
M include/mgba-util/patch/fast.hinclude/mgba-util/patch/fast.h

@@ -13,7 +13,7 @@

#include <mgba-util/patch.h> #include <mgba-util/vector.h> -#define PATCH_FAST_EXTENT 256 +#define PATCH_FAST_EXTENT 128 struct PatchFastExtent { size_t length;