From 043f901c80888666d244c9c82f4beb54da2de2dd Mon Sep 17 00:00:00 2001 From: joachim Date: Sat, 4 Mar 2023 12:40:57 +0100 Subject: [PATCH] comply to @trzy requested changes # --- Src/OSD/SDL/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index 30a1248..2f2184e 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -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()) @@ -1725,7 +1725,7 @@ static void Help(void) puts(""); puts("Video Options:"); puts(" -res=, Resolution [Default: 496,384]"); - puts(" -window-pos=, Position [Default: centered]"); + puts(" -window-pos=, Window position [Default: centered]"); puts(" -window Windowed mode [Default]"); puts(" -borderless Windowed mode with no border"); puts(" -fullscreen Full screen mode");