Removed patch on EmuPulseEvent

as NtPulseEvent is all that's needed for it.
This commit is contained in:
PatrickvL 2017-01-01 01:35:37 +01:00
parent 7779ac401c
commit a4420eb238
3 changed files with 0 additions and 25 deletions

View File

@ -1111,24 +1111,6 @@ DWORD WINAPI XTL::EmuSignalObjectAndWait
RETURN(dwRet);
}
// ******************************************************************
// * func: EmuPulseEvent
// ******************************************************************
BOOL WINAPI XTL::EmuPulseEvent
(
HANDLE hEvent
)
{
LOG_FUNC_ONE_ARG(hEvent);
// TODO: This function might be a bit too high level. If it is,
// feel free to implement NtPulseEvent in EmuKrnl.cpp
BOOL bRet = PulseEvent( hEvent );
RETURN(bRet);
}
// ******************************************************************
// * func: timeSetEvent
// ******************************************************************

View File

@ -670,11 +670,6 @@ DWORD WINAPI EmuSignalObjectAndWait
BOOL bAlertable
);
// ******************************************************************
// * func: EmuPulseEvent
// ******************************************************************
BOOL WINAPI EmuPulseEvent( HANDLE hEvent );
// ******************************************************************
// * func: EmuCreateSemaphore
// ******************************************************************

View File

@ -1219,8 +1219,6 @@ OOVPATable XAPI_1_0_3911[] = {
OOVPA_TABLE_PATCH(XInputGetCapabilities_1_0_3911, XTL::EmuXInputGetCapabilities),
// SignalObjectAndWait
OOVPA_TABLE_PATCH(SignalObjectAndWait_1_0_3911, XTL::EmuSignalObjectAndWait),
// PulseEvent
OOVPA_TABLE_PATCH(PulseEvent_1_0_3911, XTL::EmuPulseEvent),
// QueueUserAPC
OOVPA_TABLE_PATCH(QueueUserAPC_1_0_3911, XTL::EmuQueueUserAPC),
// lstrcmpiW