mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #2651 from thedax/master
Windows UI: Fix topmost not working when checked & user starts the application again
This commit is contained in:
commit
ab6133e419
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ namespace MainWindow
|
|||
|
||||
ShowWindow(hwndMain, nCmdShow);
|
||||
|
||||
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
|
||||
|
||||
#if ENABLE_TOUCH
|
||||
RegisterTouchWindow(hwndDisplay, TWF_WANTPALM);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue