mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Windows: Fix initial window show for all displays.
This commit is contained in:
parent
91be4cfeb6
commit
4ecd0a68f7
@ -375,6 +375,7 @@ namespace MainWindow
|
||||
int totalHeight = GetSystemMetrics(SM_CYVIRTUALSCREEN);
|
||||
MoveWindow(hwndMain, totalX, totalY, totalWidth, totalHeight, TRUE);
|
||||
HandleSizeChange(oldWindowState);
|
||||
ShowWindow(hwndMain, SW_SHOW);
|
||||
} else {
|
||||
ShowWindow(hwndMain, SW_MAXIMIZE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user