mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #532 from raven02/fs-fix
Save fullscreen option to config
This commit is contained in:
commit
e70dd86c68
@ -496,6 +496,7 @@ namespace MainWindow
|
||||
break;
|
||||
|
||||
case ID_OPTIONS_FULLSCREEN:
|
||||
g_Config.bFullScreen = !g_Config.bFullScreen ;
|
||||
if(g_bFullScreen) {
|
||||
_ViewNormal(hWnd);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user