mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 10:57:22 +08:00
Fix the video size matching the renderer.
(cherry picked from commit f383330cfa)
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user