From 0d845e86899f07e1874cc65901ea83f692d9a159 Mon Sep 17 00:00:00 2001 From: Wolf3s Date: Mon, 19 Jan 2026 14:27:38 -0300 Subject: [PATCH] Fix the video size matching the renderer. --- src/video/ps2/SDL_ps2video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/ps2/SDL_ps2video.c b/src/video/ps2/SDL_ps2video.c index 408d8c46b5..327e280587 100644 --- a/src/video/ps2/SDL_ps2video.c +++ b/src/video/ps2/SDL_ps2video.c @@ -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