aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_sdl.c')
-rw-r--r--frontend/plat_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plat_sdl.c b/frontend/plat_sdl.c
index ec2d9c2..5b85375 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)