Parcourir la source

Fix the video size matching the renderer.

Wolf3s il y a 6 mois
Parent
commit
0d845e8689
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
     SDL_zero(mode);
     mode.w = 640;
     mode.w = 640;
-    mode.h = 480;
+    mode.h = 448;
     mode.refresh_rate = 60.0f;
     mode.refresh_rate = 60.0f;
 
 
     // 32 bpp for default
     // 32 bpp for default