mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Zelda-HLE: run pending commands when replacing ucode
Part 1/2 of a fix for using multiple GBAs in Four Swords Adventures.
This commit is contained in:
@ -208,6 +208,8 @@ void ZeldaUCode::HandleMailDefault(u32 mail)
|
||||
switch (mail & 0xFFFF)
|
||||
{
|
||||
case 1:
|
||||
m_cmd_can_execute = true;
|
||||
RunPendingCommands();
|
||||
NOTICE_LOG(DSPHLE, "UCode being replaced.");
|
||||
m_upload_setup_in_progress = true;
|
||||
SetMailState(MailState::HALTED);
|
||||
|
Reference in New Issue
Block a user