mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 15:06:25 +00: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
@ -272,6 +272,8 @@ namespace MainWindow
|
||||
|
||||
ShowWindow(hwndMain, nCmdShow);
|
||||
|
||||
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
|
||||
|
||||
#if ENABLE_TOUCH
|
||||
RegisterTouchWindow(hwndDisplay, TWF_WANTPALM);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user