Util: Tune patch-fast extent sizes

This commit is contained in:
Vicki Pfau 2017-04-28 23:45:08 -07:00
parent 29e5e3b42d
commit 669075582d
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ Misc:
- 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:

View File

@ -13,7 +13,7 @@ CXX_GUARD_START
#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;