mirror of https://github.com/PCSX2/pcsx2.git
parent
cf722fdf50
commit
27400b0be1
|
@ -156,10 +156,9 @@ void SysExecEvent::PostResult() const
|
|||
// --------------------------------------------------------------------------------------
|
||||
// pxEvtQueue Implementations
|
||||
// --------------------------------------------------------------------------------------
|
||||
pxEvtQueue::pxEvtQueue()
|
||||
pxEvtQueue::pxEvtQueue() :
|
||||
m_OwnerThreadId(), m_Quitting(false), m_qpc_Start(0)
|
||||
{
|
||||
m_Quitting = false;
|
||||
m_qpc_Start = 0;
|
||||
}
|
||||
|
||||
// Puts the event queue into Shutdown mode, which does *not* immediately stop nor cancel
|
||||
|
|
Loading…
Reference in New Issue