IPC: Clear X1 when acknowledging a reply

Hardware tests indicate that IOS clears X1 when it acknowledges
an IPC request.
This commit is contained in:
Léo Lam
2018-02-28 17:00:26 +01:00
parent 1a71076e50
commit d029f2a7b6
3 changed files with 7 additions and 0 deletions

View File

@ -629,6 +629,7 @@ void Kernel::UpdateIPC()
if (m_request_queue.size())
{
ClearX1();
GenerateAck(m_request_queue.front());
u32 command = m_request_queue.front();
m_request_queue.pop_front();