mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Fix the video size matching the renderer.
This commit is contained in:
parent
07be29b625
commit
0d845e8689
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ static bool PS2_VideoInit(SDL_VideoDevice *_this)
|
|||
|
||||
SDL_zero(mode);
|
||||
mode.w = 640;
|
||||
mode.h = 480;
|
||||
mode.h = 448;
|
||||
mode.refresh_rate = 60.0f;
|
||||
|
||||
// 32 bpp for default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue