File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ extern Menus Menu[26];
613
613
extern Cheats Cheat[20 ];
614
614
extern bool Displays[9 ];
615
615
extern char DisplayBuffer[256 ];
616
- extern MemoryWatchStruct MemoryWatch[30 ];
616
+ extern MemoryWatchStruct MemoryWatch[60 ];
617
617
618
618
extern AutoIncrement AdjustableValueMenu;
619
619
extern AutoIncrement MemoryWatchAdjustableValueMenu;
Original file line number Diff line number Diff line change @@ -1311,7 +1311,7 @@ struct Menus Menu[26];
1311
1311
struct Cheats Cheat[20 ];
1312
1312
bool Displays[9 ];
1313
1313
char DisplayBuffer[256 ];
1314
- struct MemoryWatchStruct MemoryWatch[30 ];
1314
+ struct MemoryWatchStruct MemoryWatch[60 ];
1315
1315
1316
1316
struct AutoIncrement AdjustableValueMenu;
1317
1317
struct AutoIncrement MemoryWatchAdjustableValueMenu;
You can’t perform that action at this time.
0 commit comments