aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/cheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cheat.c')
-rw-r--r--libpcsxcore/cheat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/cheat.c b/libpcsxcore/cheat.c
index 21d88b8..9ce7ed8 100644
--- a/libpcsxcore/cheat.c
+++ b/libpcsxcore/cheat.c
@@ -24,11 +24,11 @@
Cheat *Cheats = NULL;
int NumCheats = 0;
-static int NumCheatsAllocated = 0;
+int NumCheatsAllocated = 0;
CheatCode *CheatCodes = NULL;
int NumCodes = 0;
-static int NumCodesAllocated = 0;
+int NumCodesAllocated = 0;
s8 *prevM = NULL;
u32 *SearchResults = NULL;