Explorar el Código

Fix the video size matching the renderer.

Wolf3s hace 1 mes
padre
commit
0d845e8689
Se han modificado 1 ficheros con 1 adiciones y 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