mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #5376 from ligfx/fixfourswordshle
[RFC] Tweaks to Zelda-HLE to allow multiple GBA connections
This commit is contained in:
commit
67d640bd12
@ -208,9 +208,11 @@ 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);
|
||||
SetMailState(MailState::WAITING);
|
||||
break;
|
||||
|
||||
case 2:
|
||||
|
Loading…
Reference in New Issue
Block a user