frontend: initial sdl overlay implementation
[pcsx_rearmed.git] / frontend / main.c
index 4aa8968..29df6d9 100644 (file)
@@ -261,6 +261,9 @@ do_state_slot:
                else
                        g_opts |= OPT_SHOWFPS;
                break;
+       case SACTION_TOGGLE_FULLSCREEN:
+               g_fullscreen = !g_fullscreen;
+               break;
        case SACTION_SCREENSHOT:
                {
                        char buf[MAXPATHLEN];