comply to @trzy requested changes #

This commit is contained in:
joachim 2023-03-04 12:40:57 +01:00 committed by trzy
parent 4a64a0df71
commit 043f901c80

View file

@ -1093,7 +1093,7 @@ int Supermodel(const Game &game, ROMSet *rom_set, IEmulator *Model3, CInputs *In
} }
else 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>()) if (s_runtime_config["BorderlessWindow"].ValueAs<bool>())
@ -1725,7 +1725,7 @@ static void Help(void)
puts(""); puts("");
puts("Video Options:"); puts("Video Options:");
puts(" -res=<x>,<y> Resolution [Default: 496,384]"); 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(" -window Windowed mode [Default]");
puts(" -borderless Windowed mode with no border"); puts(" -borderless Windowed mode with no border");
puts(" -fullscreen Full screen mode"); puts(" -fullscreen Full screen mode");