mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Save fullscreen option to config
This commit is contained in:
parent
54310c312a
commit
75c9a13b04
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ namespace MainWindow
|
|||
break;
|
||||
|
||||
case ID_OPTIONS_FULLSCREEN:
|
||||
g_Config.bFullScreen = !g_Config.bFullScreen ;
|
||||
if(g_bFullScreen) {
|
||||
_ViewNormal(hWnd);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue