Explorar el Código

Fix the video size matching the renderer.

(cherry picked from commit f383330cfa18bf628ab60be123368de27adb6bed)
Wolf3s hace 3 meses
padre
commit
143528c82a
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

@@ -74,7 +74,7 @@ static int PS2_VideoInit(_THIS)
     SDL_zero(current_mode);
 
     current_mode.w = 640;
-    current_mode.h = 480;
+    current_mode.h = 448;
     current_mode.refresh_rate = 60;
 
     /* 32 bpp for default */