Fix missing brace for SATURN

This commit is contained in:
michaelangel007 2017-04-27 14:51:34 -07:00
parent d3e620fcd4
commit f8f881d41a

View File

@ -1013,6 +1013,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
else
if (g_uSaturnTotalBanks < 1)
g_uSaturnTotalBanks = 1;
}
#endif
else if (strcmp(lpCmdLine, "-f8rom") == 0) // Use custom 2K ROM at [$F800..$FFFF]
{