mirror of https://github.com/mgba-emu/mgba.git
Util: Tune patch-fast extent sizes
This commit is contained in:
parent
29e5e3b42d
commit
669075582d
1
CHANGES
1
CHANGES
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue