mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] the client doesn't use interrupts anymore, no need to ring it
This commit is contained in:
parent
1d5f98db32
commit
b1d48943c7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user