mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't show resolution info when entering/exiting fullscreen. It's not really necessary.
This commit is contained in:
parent
24d587c991
commit
7fde11af5f
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ namespace MainWindow
|
|||
// Reset full screen indicator.
|
||||
g_Config.bFullScreen = false;
|
||||
CorrectCursor();
|
||||
ResizeDisplay(true, true);
|
||||
ResizeDisplay();
|
||||
ShowOwnedPopups(hwndMain, TRUE);
|
||||
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
|
||||
}
|
||||
|
@ -304,7 +304,7 @@ namespace MainWindow
|
|||
// Set full screen indicator.
|
||||
g_Config.bFullScreen = true;
|
||||
CorrectCursor();
|
||||
ResizeDisplay(true, true);
|
||||
ResizeDisplay();
|
||||
ShowOwnedPopups(hwndMain, FALSE);
|
||||
UpdateScreenScale();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue