Don't poll and acquire the same device in both the input thread and Update.

This commit is contained in:
Glenn Maynard
2005-12-28 19:02:50 +00:00
parent 906179d035
commit 445df4ea85
2 changed files with 11 additions and 5 deletions
@@ -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();