Whitespace fixes.

This commit is contained in:
gameblabla 2020-02-29 21:12:55 +01:00
parent fe09dd504d
commit d80c99668e
No known key found for this signature in database
GPG Key ID: B24EFBB23B5F76CB

View File

@ -899,12 +899,9 @@ int main (int argc, char *argv[])
system_poweron();
/* Set the number of scalers according to the console being emulated */
if (sms.console == CONSOLE_GG)
{
upscalers_available = 3;
}
else
{
if (sms.console == CONSOLE_GG) upscalers_available = 3;
else
{
upscalers_available = 1;
if (option.fullscreen > upscalers_available) option.fullscreen = 1;
}