Buildfixes
This commit is contained in:
parent
19e4de5088
commit
c0e5da02ff
3 changed files with 6 additions and 6 deletions
|
@ -457,8 +457,8 @@ namespace MainWindow {
|
|||
|
||||
case ID_TOGGLE_BREAK:
|
||||
if (GetUIState() == UISTATE_PAUSEMENU) {
|
||||
// Causes hang
|
||||
//System_PostUIMessage("run", "");
|
||||
// Causes hang (outdated comment?)
|
||||
// System_PostUIMessage(UIMessage::REQUEST_GAME_RUN, "");
|
||||
|
||||
if (disasmWindow)
|
||||
SendMessage(disasmWindow->GetDlgHandle(), WM_COMMAND, IDC_STOPGO, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue