mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't SavePosition if we're entering fullscreen.
This commit is contained in:
parent
2d084ec747
commit
0f0df36180
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ namespace MainWindow
|
|||
}
|
||||
|
||||
void SavePosition() {
|
||||
if (g_Config.bFullScreen) return;
|
||||
|
||||
WINDOWPLACEMENT placement;
|
||||
GetWindowPlacement(hwndMain, &placement);
|
||||
if (placement.showCmd == SW_SHOWNORMAL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue