From 2c616080220bf33a8348e12fd8a5c87052300a54 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 22 Dec 2012 03:12:58 +0200 Subject: bump libpicofe for r-pi gl code --- frontend/libpicofe | 2 +- frontend/plat_sdl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/libpicofe b/frontend/libpicofe index e81b987..0d645bc 160000 --- a/frontend/libpicofe +++ b/frontend/libpicofe @@ -1 +1 @@ -Subproject commit e81b987fc1e567f92298087e32e5d9f01fce0aa7 +Subproject commit 0d645bc539fdc073f20c4dea9f4a4e218cebec0e 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) -- cgit v1.2.3