UCode_AX: don't always call NotifyAXThread()

StartWorking() already does this if needed
This commit is contained in:
Tillmann Karras
2014-03-16 22:05:59 +01:00
parent 927a97c2a5
commit a9a15690a2
@@ -669,7 +669,6 @@ void CUCode_AX::HandleMail(u32 mail)
{
CopyCmdList(mail, cmdlist_size);
StartWorking();
NotifyAXThread();
}
else if (m_UploadSetupInProgress)
{