mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Re-apply the top-most state to its previous value when exiting fullscreen.
This commit is contained in:
parent
8092a9c67c
commit
877ea42125
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ namespace MainWindow
|
|||
CorrectCursor();
|
||||
ResizeDisplay();
|
||||
ShowOwnedPopups(hwndMain, TRUE);
|
||||
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
|
||||
}
|
||||
|
||||
void _ViewFullScreen(HWND hWnd) {
|
||||
|
|
Loading…
Add table
Reference in a new issue