Fix Input handling and message boxes (Fixes #3)

This commit is contained in:
Snesrev
2023-03-07 21:53:13 +01:00
parent d6bcb3b492
commit cd8480d8bc
2 changed files with 2 additions and 2 deletions

View File

@@ -344,7 +344,7 @@ CoroutineRet HandleMessageBoxInteraction_Async(void) { // 0x85846D
do {
COROUTINE_AWAIT(3, WaitForNMI_NoUpdate_Async());
ReadJoypadInputs();
} while (!joypad1_newkeys);
} while (!joypad1_lastkeys);
}
GETOUT:;
COROUTINE_END(0);