X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_sdl.c;fp=frontend%2Fplat_sdl.c;h=5b8537528b477c3108796b3634f83901f46acd4c;hp=ec2d9c24ab6270e82794e8b97827a9a337ef5000;hb=2c616080220bf33a8348e12fd8a5c87052300a54;hpb=5b9aa74918361ff5d306c39cb695a77d7ea40b8f diff --git a/frontend/plat_sdl.c b/frontend/plat_sdl.c index ec2d9c24..5b853752 100644 --- a/frontend/plat_sdl.c +++ b/frontend/plat_sdl.c @@ -69,7 +69,7 @@ static int change_video_mode(void) h = psx_h; } - return plat_sdl_change_video_mode(w, h); + return plat_sdl_change_video_mode(w, h, 0); } void plat_init(void)