Always handle unbuffered devices in the main thread.

This commit is contained in:
Glenn Maynard
2003-07-28 17:42:57 +00:00
parent 71d1744ea1
commit 25026f2877
2 changed files with 12 additions and 62 deletions
@@ -9,7 +9,6 @@ class InputHandler_DInput: public InputHandler
{
SDL_Thread *InputThreadPtr;
bool shutdown;
bool PolledDevicesInMainThread;
void UpdatePolled(DIDevice &device, const RageTimer &tm);
void UpdateBuffered(DIDevice &device, const RageTimer &tm);