X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fcheat.c;h=9ce7ed8dd21f6ba2e6d5d62425033b777f87f99c;hp=21d88b8e628d1644f2051de64b5f38aa0faf821b;hb=9c27c2051287b235fe0dba18a74b3863a3062646;hpb=61f97bb0518cde50b243fba8ce2e8a907a0fc2e9 diff --git a/libpcsxcore/cheat.c b/libpcsxcore/cheat.c index 21d88b8e..9ce7ed8d 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;