mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Adjust a few calls. Display fullscreen/normal resolution mode info only one time.
This commit is contained in:
parent
83a168c25e
commit
24d587c991
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ namespace MainWindow
|
||||||
// Reset full screen indicator.
|
// Reset full screen indicator.
|
||||||
g_Config.bFullScreen = false;
|
g_Config.bFullScreen = false;
|
||||||
CorrectCursor();
|
CorrectCursor();
|
||||||
ResizeDisplay(true);
|
ResizeDisplay(true, true);
|
||||||
ShowOwnedPopups(hwndMain, TRUE);
|
ShowOwnedPopups(hwndMain, TRUE);
|
||||||
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
|
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
|
||||||
}
|
}
|
||||||
|
@ -304,7 +304,7 @@ namespace MainWindow
|
||||||
// Set full screen indicator.
|
// Set full screen indicator.
|
||||||
g_Config.bFullScreen = true;
|
g_Config.bFullScreen = true;
|
||||||
CorrectCursor();
|
CorrectCursor();
|
||||||
ResizeDisplay(true);
|
ResizeDisplay(true, true);
|
||||||
ShowOwnedPopups(hwndMain, FALSE);
|
ShowOwnedPopups(hwndMain, FALSE);
|
||||||
UpdateScreenScale();
|
UpdateScreenScale();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue