Don't poll and acquire the same device in both the input thread and Update.
This commit is contained in:
@@ -22,7 +22,7 @@ private:
|
||||
|
||||
void UpdatePolled( DIDevice &device, const RageTimer &tm );
|
||||
void UpdateBuffered( DIDevice &device, const RageTimer &tm );
|
||||
void PollAndAcquireDevices();
|
||||
void PollAndAcquireDevices( bool bBuffered );
|
||||
|
||||
static int InputThread_Start( void *p ) { ((InputHandler_DInput *) p)->InputThreadMain(); return 0; }
|
||||
void InputThreadMain();
|
||||
|
||||
Reference in New Issue
Block a user