mirror of https://github.com/snes9xgit/snes9x.git
Missed a spot.
This commit is contained in:
parent
eb80e28817
commit
5f665d6987
|
@ -320,7 +320,7 @@ void retro_cheat_set(unsigned index, bool enabled, const char *code)
|
|||
S9xApplyCheats();
|
||||
}
|
||||
|
||||
#define MAX_MAPS 256
|
||||
#define MAX_MAPS 32
|
||||
static struct retro_memory_descriptor memorydesc[MAX_MAPS];
|
||||
static unsigned memorydesc_c;
|
||||
|
||||
|
|
Loading…
Reference in New Issue