mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 12:15:19 +02:00
Rework the internal API for applying the fullscreen state. Fixes.
This commit is contained in:
@@ -882,7 +882,8 @@ namespace MainWindow {
|
||||
|
||||
case ID_OPTIONS_FULLSCREEN:
|
||||
if (!g_Config.bShowImDebugger) {
|
||||
SendToggleFullscreen(!g_Config.bFullScreen);
|
||||
g_Config.bFullScreen = !g_Config.bFullScreen;
|
||||
SendApplyFullscreenState();
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user