فهرست منبع

Fix the video size matching the renderer.

Wolf3s 1 ماه پیش
والد
کامیت
f383330cfa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
     SDL_zero(current_mode);
 
 
     current_mode.w = 640;
     current_mode.w = 640;
-    current_mode.h = 480;
+    current_mode.h = 448;
     current_mode.refresh_rate = 60;
     current_mode.refresh_rate = 60;
 
 
     /* 32 bpp for default */
     /* 32 bpp for default */