mirror of
https://github.com/libretro/snes9x.git
synced 2024-12-14 04:28:36 +00:00
Syntax
This commit is contained in:
parent
51c25d070d
commit
63b9bebd3f
@ -105,7 +105,7 @@ main (int argc, char *argv[])
|
||||
|
||||
if (rom_filename)
|
||||
{
|
||||
if ((rom_opened=S9xOpenROM (rom_filename)) && gui_config->full_screen_on_open)
|
||||
if (S9xOpenROM (rom_filename) && gui_config->full_screen_on_open)
|
||||
gtk_window_unfullscreen (top_level->get_window());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user