mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fix the video size matching the renderer.
This commit is contained in:
parent
de41387c4b
commit
f383330cfa
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