mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #10991 from Pokechu22/dsp-hle-ax-ucode-switch-state
DSPHLE/AX: Set state to WaitingForCmdListSize when switching uCodes
This commit is contained in:
commit
39aa5f29a6
@ -701,6 +701,10 @@ void AXUCode::HandleMail(u32 mail)
|
||||
|
||||
case MAIL_NEW_UCODE:
|
||||
m_upload_setup_in_progress = true;
|
||||
// Relevant when this uCode is resumed after switching.
|
||||
// The resume mail is sent via the NeedsResumeMail() check above
|
||||
// (and the flag corresponding to it is set by PrepareBootUCode).
|
||||
m_mail_state = MailState::WaitingForCmdListSize;
|
||||
break;
|
||||
|
||||
case MAIL_RESET:
|
||||
|
Loading…
Reference in New Issue
Block a user