X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmain.c;h=d46e536fb90871dd541ef2811dc0b5c9c8ecdf2a;hp=762d7533cf916056af559d834e988d34478b019d;hb=5b9aa74918361ff5d306c39cb695a77d7ea40b8f;hpb=349f7d81b5f776ab69533fcb4e9c4904235b90fd diff --git a/frontend/main.c b/frontend/main.c index 762d7533..d46e536f 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);