aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2012-12-21 00:52:07 +0200
committernotaz2012-12-23 02:16:54 +0200
commit5b9aa74918361ff5d306c39cb695a77d7ea40b8f (patch)
treee402e9d9c55f92d482357479a851f9fa2fdbd2ef /frontend/main.c
parent349f7d81b5f776ab69533fcb4e9c4904235b90fd (diff)
downloadpcsx_rearmed-5b9aa74918361ff5d306c39cb695a77d7ea40b8f.tar.gz
pcsx_rearmed-5b9aa74918361ff5d306c39cb695a77d7ea40b8f.tar.bz2
pcsx_rearmed-5b9aa74918361ff5d306c39cb695a77d7ea40b8f.zip
frontend: switch to libpicofe sdl code
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 762d753..d46e536 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -262,7 +262,7 @@ do_state_slot:
g_opts |= OPT_SHOWFPS;
break;
case SACTION_TOGGLE_FULLSCREEN:
- g_fullscreen = !g_fullscreen;
+ plat_target.vout_fullscreen = !plat_target.vout_fullscreen;
if (GPU_open != NULL && GPU_close != NULL) {
GPU_close();
GPU_open(&gpuDisp, "PCSX", NULL);