mirror of
https://github.com/libretro/smsplus-gx.git
synced 2025-03-01 13:35:26 +00:00
Whitespace fixes.
This commit is contained in:
parent
fe09dd504d
commit
d80c99668e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user