Never handle polled devices in a thread in Win9x. It doesn't have the
scheduling granularity to handle it.
This commit is contained in:
@@ -9,8 +9,9 @@ class InputHandler_DInput: public InputHandler
|
||||
{
|
||||
SDL_Thread *InputThreadPtr;
|
||||
bool shutdown;
|
||||
bool PolledDevicesInMainThread;
|
||||
|
||||
void UpdatePolled(DIDevice &device);
|
||||
void UpdatePolled(DIDevice &device, const RageTimer &tm);
|
||||
void UpdateBuffered(DIDevice &device, const RageTimer &tm);
|
||||
void PollAndAcquireDevices();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user