This commit is contained in:
Alcaro 2014-06-13 12:17:57 +02:00
parent 890d314914
commit 2b301401fa
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ static bool merge_mapping()
void S9xAppendMapping(struct retro_memory_descriptor *desc)
{
//do it backwards - snes9x defines the last one to win, while we define the first one to win
printf("add %x\n",desc->start);
//printf("add %x\n",desc->start);
memcpy(&memorydesc[MAX_MAPS - (++memorydesc_c)], desc, sizeof(struct retro_memory_descriptor));
while (merge_mapping()) {}
}