Fix the video size matching the renderer.

This commit is contained in:
Wolf3s
2026-01-19 14:26:53 -03:00
committed by Sam Lantinga
parent de41387c4b
commit f383330cfa

View File

@@ -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 */