mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 07:59:46 +00:00
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: Optimize expanding in-memory files
|
||||||
- VFS: Add VFileFIFO for operating on circle buffers
|
- VFS: Add VFileFIFO for operating on circle buffers
|
||||||
- Core: Move rewind diffing to its own thread
|
- Core: Move rewind diffing to its own thread
|
||||||
|
- Util: Tune patch-fast extent sizes
|
||||||
|
|
||||||
0.5.2: (2016-12-31)
|
0.5.2: (2016-12-31)
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
@ -13,7 +13,7 @@ CXX_GUARD_START
|
|||||||
#include <mgba-util/patch.h>
|
#include <mgba-util/patch.h>
|
||||||
#include <mgba-util/vector.h>
|
#include <mgba-util/vector.h>
|
||||||
|
|
||||||
#define PATCH_FAST_EXTENT 256
|
#define PATCH_FAST_EXTENT 128
|
||||||
|
|
||||||
struct PatchFastExtent {
|
struct PatchFastExtent {
|
||||||
size_t length;
|
size_t length;
|
||||||
|
Loading…
Reference in New Issue
Block a user