mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
UCode_AX: don't always call NotifyAXThread()
StartWorking() already does this if needed
This commit is contained in:
parent
927a97c2a5
commit
a9a15690a2
1 changed files with 0 additions and 1 deletions
|
@ -669,7 +669,6 @@ void CUCode_AX::HandleMail(u32 mail)
|
||||||
{
|
{
|
||||||
CopyCmdList(mail, cmdlist_size);
|
CopyCmdList(mail, cmdlist_size);
|
||||||
StartWorking();
|
StartWorking();
|
||||||
NotifyAXThread();
|
|
||||||
}
|
}
|
||||||
else if (m_UploadSetupInProgress)
|
else if (m_UploadSetupInProgress)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue