mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-12 03:30:48 +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
|
else
|
||||||
if (g_uSaturnTotalBanks < 1)
|
if (g_uSaturnTotalBanks < 1)
|
||||||
g_uSaturnTotalBanks = 1;
|
g_uSaturnTotalBanks = 1;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
else if (strcmp(lpCmdLine, "-f8rom") == 0) // Use custom 2K ROM at [$F800..$FFFF]
|
else if (strcmp(lpCmdLine, "-f8rom") == 0) // Use custom 2K ROM at [$F800..$FFFF]
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user