aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
m---------frontend/libpicofe0
-rw-r--r--frontend/plat_sdl.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libpicofe b/frontend/libpicofe
-Subproject e81b987fc1e567f92298087e32e5d9f01fce0aa
+Subproject 0d645bc539fdc073f20c4dea9f4a4e218cebec0
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)