Explorar o código

Fix the video size matching the renderer.

(cherry picked from commit 0d845e86899f07e1874cc65901ea83f692d9a159)
Wolf3s hai 1 mes
pai
achega
aae4cb8d15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/ps2/SDL_ps2video.c

+ 1 - 1
src/video/ps2/SDL_ps2video.c

@@ -69,7 +69,7 @@ static bool PS2_VideoInit(SDL_VideoDevice *_this)
 
     SDL_zero(mode);
     mode.w = 640;
-    mode.h = 480;
+    mode.h = 448;
     mode.refresh_rate = 60.0f;
 
     // 32 bpp for default