Util: Tune patch-fast extent sizes
Vicki Pfau vi@endrift.com
Fri, 28 Apr 2017 23:45:08 -0700
2 files changed,
2 insertions(+),
1 deletions(-)
M
include/mgba-util/patch/fast.h
→
include/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;