Windows UI: Fix bug where topmost doesn't work on starting a new PPSSPP session, even if it's checked.

This commit is contained in:
The Dax 2013-07-06 13:47:37 -04:00
parent 8988d697e3
commit 7421877ece

View File

@ -272,6 +272,8 @@ namespace MainWindow
ShowWindow(hwndMain, nCmdShow);
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
#if ENABLE_TOUCH
RegisterTouchWindow(hwndDisplay, TWF_WANTPALM);
#endif