From b1d48943c78cf0ac0433ac8e1cf881eb4bd6e50a Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 7 Dec 2017 16:43:39 +1100 Subject: [PATCH] [host] the client doesn't use interrupts anymore, no need to ring it --- host/Service.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/host/Service.cpp b/host/Service.cpp index f0436109..a1f9f2de 100644 --- a/host/Service.cpp +++ b/host/Service.cpp @@ -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;