[host] the client doesn't use interrupts anymore, no need to ring it

This commit is contained in:
Geoffrey McRae 2017-12-07 16:43:39 +11:00
parent 1d5f98db32
commit b1d48943c7

View File

@ -195,12 +195,6 @@ bool Service::Process()
m_header->mouseY = cursorPos.y;
}
if (!m_ivshmem->RingDoorbell(m_header->hostID, 0))
{
DEBUG_ERROR("Failed to ring doorbell");
return false;
}
if (++m_frameIndex == 2)
m_frameIndex = 0;