mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00: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:
parent
e9571106c2
commit
01cc36693a
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ void ZeldaUCode::HandleMailDefault(u32 mail)
|
||||||
switch (mail & 0xFFFF)
|
switch (mail & 0xFFFF)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
m_cmd_can_execute = true;
|
||||||
|
RunPendingCommands();
|
||||||
NOTICE_LOG(DSPHLE, "UCode being replaced.");
|
NOTICE_LOG(DSPHLE, "UCode being replaced.");
|
||||||
m_upload_setup_in_progress = true;
|
m_upload_setup_in_progress = true;
|
||||||
SetMailState(MailState::HALTED);
|
SetMailState(MailState::HALTED);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue