GBA Cheats: Increase maximum ROM patch slots

This commit is contained in:
Vicki Pfau 2017-11-25 18:01:18 -08:00
parent bc90283998
commit 3842b35ab0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CXX_GUARD_START
#include <mgba/internal/arm/arm.h>
#include <mgba/core/cheats.h>
#define MAX_ROM_PATCHES 4
#define MAX_ROM_PATCHES 10
#define COMPLETE ((size_t) -1)
enum GBACheatType {