mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Raise the main window when opening the debugger.
This commit is contained in:
parent
d8cb2cdffb
commit
3564b1579b
1 changed files with 2 additions and 0 deletions
|
@ -636,6 +636,8 @@ namespace MainWindow
|
|||
|
||||
if (nextState == CORE_RUNNING)
|
||||
PostMessage(hwndMain, WM_COMMAND, ID_EMULATION_RUN, 0);
|
||||
|
||||
SetForegroundWindow(hwndMain);
|
||||
break;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue