mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[host] the client doesn't use interrupts anymore, no need to ring it
This commit is contained in:
parent
1d5f98db32
commit
b1d48943c7
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue