mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fix the video size matching the renderer.
(cherry picked from commit f383330cfa)
This commit is contained in:
parent
23073ee6ec
commit
143528c82a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue