Skip to content

Commit b535389

Browse files
committed
Changed the max amount of memory watches to 60
1 parent 53785e1 commit b535389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ttyd-tools/rel/include/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ extern Menus Menu[26];
613613
extern Cheats Cheat[20];
614614
extern bool Displays[9];
615615
extern char DisplayBuffer[256];
616-
extern MemoryWatchStruct MemoryWatch[30];
616+
extern MemoryWatchStruct MemoryWatch[60];
617617

618618
extern AutoIncrement AdjustableValueMenu;
619619
extern AutoIncrement MemoryWatchAdjustableValueMenu;

ttyd-tools/rel/source/global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ struct Menus Menu[26];
13111311
struct Cheats Cheat[20];
13121312
bool Displays[9];
13131313
char DisplayBuffer[256];
1314-
struct MemoryWatchStruct MemoryWatch[30];
1314+
struct MemoryWatchStruct MemoryWatch[60];
13151315

13161316
struct AutoIncrement AdjustableValueMenu;
13171317
struct AutoIncrement MemoryWatchAdjustableValueMenu;

0 commit comments

Comments
 (0)