mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Zelda-HLE: set state to waiting when replacing ucode
Part 2/2 of a fix for using multiple GBAs in Four Swords Adventures.
This commit is contained in:
parent
01cc36693a
commit
b14466b7e3
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void ZeldaUCode::HandleMailDefault(u32 mail)
|
|||
RunPendingCommands();
|
||||
NOTICE_LOG(DSPHLE, "UCode being replaced.");
|
||||
m_upload_setup_in_progress = true;
|
||||
SetMailState(MailState::HALTED);
|
||||
SetMailState(MailState::WAITING);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
|
|
Loading…
Add table
Reference in a new issue