mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Hide pop up windows in full screen.
Otherwise, they get in the way even though you can't see them.
This commit is contained in:
parent
810cb967f9
commit
ee86347610
1 changed files with 2 additions and 0 deletions
|
@ -1501,6 +1501,7 @@ namespace MainWindow
|
|||
g_bFullScreen = FALSE;
|
||||
CorrectCursor();
|
||||
ResizeDisplay();
|
||||
ShowOwnedPopups(hwndMain, TRUE);
|
||||
}
|
||||
|
||||
void _ViewFullScreen(HWND hWnd)
|
||||
|
@ -1528,6 +1529,7 @@ namespace MainWindow
|
|||
g_bFullScreen = TRUE;
|
||||
CorrectCursor();
|
||||
ResizeDisplay();
|
||||
ShowOwnedPopups(hwndMain, FALSE);
|
||||
}
|
||||
|
||||
void SetPlaying(const char *text)
|
||||
|
|
Loading…
Add table
Reference in a new issue