mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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:
parent
8988d697e3
commit
7421877ece
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