Put back some formatting

This commit is contained in:
Joseph C. Osborn
2019-11-06 16:06:09 -08:00
parent 112be4b57e
commit dbcfcc574a

View File

@@ -2194,16 +2194,16 @@ bool retro_load_game(const struct retro_game_info *game)
i = 0; i = 0;
for (j = 0; j < desc_base; j++) for (j = 0; j < desc_base; j++)
{ {
if (MMapPtrs[j] != NULL) if (MMapPtrs[j] != NULL)
{ {
descs[i].ptr = MMapPtrs[j]; descs[i].ptr = MMapPtrs[j];
descs[i].start = j * 1024; descs[i].start = j * 1024;
descs[i].len = 1024; descs[i].len = 1024;
descs[i].select = 0; descs[i].select = 0;
i++; i++;
} }
} }
// This doesn't map in 2004--2007 but those aren't really // This doesn't map in 2004--2007 but those aren't really
// worthwhile to read from on a vblank anyway // worthwhile to read from on a vblank anyway
descs[i].flags = 0; descs[i].flags = 0;