Fix the video size matching the renderer.
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

(cherry picked from commit f383330cfa)
This commit is contained in:
Wolf3s
2026-01-19 14:26:53 -03:00
committed by Sam Lantinga
parent 23073ee6ec
commit 143528c82a
+1 -1
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 */