mirror of https://github.com/mgba-emu/mgba.git
Util: Tune patch-fast extent sizes
This commit is contained in:
parent
ce970fc863
commit
32d2e3d03e
1
CHANGES
1
CHANGES
|
@ -33,6 +33,7 @@ Misc:
|
|||
- Qt: Make "Mute" able to be bound to a key
|
||||
- Qt: Add .gb/.gbc files to the extension list in Info.plist
|
||||
- Feature: Make -l option explicit
|
||||
- Util: Tune patch-fast extent sizes
|
||||
|
||||
0.5.2: (2016-12-31)
|
||||
Bugfixes:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "util/patch.h"
|
||||
#include "util/vector.h"
|
||||
|
||||
#define PATCH_FAST_EXTENT 256
|
||||
#define PATCH_FAST_EXTENT 128
|
||||
|
||||
struct PatchFastExtent {
|
||||
size_t length;
|
||||
|
|
Loading…
Reference in New Issue