mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
Fix missing brace for SATURN
This commit is contained in:
parent
d3e620fcd4
commit
f8f881d41a
@ -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]
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user