aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2012-12-22 03:12:58 +0200
committernotaz2012-12-23 02:18:40 +0200
commit2c616080220bf33a8348e12fd8a5c87052300a54 (patch)
tree0bf9ee60a025fa42873d5dab557a1724445a6d65 /frontend
parent5b9aa74918361ff5d306c39cb695a77d7ea40b8f (diff)
downloadpcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.tar.gz
pcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.tar.bz2
pcsx_rearmed-2c616080220bf33a8348e12fd8a5c87052300a54.zip
bump libpicofe for r-pi gl code
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)