Buildfixes

This commit is contained in:
Henrik Rydgård 2023-09-30 12:06:07 +02:00
parent 19e4de5088
commit c0e5da02ff
3 changed files with 6 additions and 6 deletions

View file

@ -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);