mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
comply to @trzy requested changes #
This commit is contained in:
parent
4a64a0df71
commit
043f901c80
|
@ -1093,7 +1093,7 @@ int Supermodel(const Game &game, ROMSet *rom_set, IEmulator *Model3, CInputs *In
|
|||
}
|
||||
else
|
||||
{
|
||||
SDL_SetWindowPosition(s_window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);
|
||||
SDL_SetWindowPosition(s_window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);
|
||||
}
|
||||
|
||||
if (s_runtime_config["BorderlessWindow"].ValueAs<bool>())
|
||||
|
@ -1725,7 +1725,7 @@ static void Help(void)
|
|||
puts("");
|
||||
puts("Video Options:");
|
||||
puts(" -res=<x>,<y> Resolution [Default: 496,384]");
|
||||
puts(" -window-pos=<x>,<y> Position [Default: centered]");
|
||||
puts(" -window-pos=<x>,<y> Window position [Default: centered]");
|
||||
puts(" -window Windowed mode [Default]");
|
||||
puts(" -borderless Windowed mode with no border");
|
||||
puts(" -fullscreen Full screen mode");
|
||||
|
|
Loading…
Reference in a new issue