Missed a spot.

This commit is contained in:
Alcaro 2014-06-13 12:07:53 +02:00
parent eb80e28817
commit 5f665d6987
1 changed files with 1 additions and 1 deletions

View File

@ -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;