mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Correct the state of the Go button on autoload.
This commit is contained in:
parent
aeac614cc0
commit
5c4fe5c5b9
1 changed files with 5 additions and 0 deletions
|
@ -641,6 +641,11 @@ namespace MainWindow
|
|||
|
||||
if (nextState == CORE_RUNNING)
|
||||
PostMessage(hwndMain, WM_COMMAND, ID_EMULATION_RUN, 0);
|
||||
else if (globalUIState == UISTATE_INGAME)
|
||||
{
|
||||
if (disasmWindow[0])
|
||||
SendMessage(disasmWindow[0]->GetDlgHandle(), WM_COMMAND, IDC_GO, 0);
|
||||
}
|
||||
|
||||
SetForegroundWindow(hwndMain);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue