]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/joystick.cpp
Fix to M68K core vs. DSP thread sync problem.
[virtualjaguar] / src / joystick.cpp
index 14b5ff784a8f737cd49b67daee9c06c36d996595..208b58b2be51cb5ecbfca18f5206312c2455772e 100644 (file)
@@ -283,6 +283,8 @@ void JoystickExec(void)
                joypad_0_buttons[BUTTON_D] = 0;
 #endif
 
+// This is handled by the GUI layer, as it should
+#if 0
        // Joystick support [nwagenaar]
 
     if (vjs.useJoystick)
@@ -310,6 +312,7 @@ void JoystickExec(void)
 
        // Needed to ensure that the events queue is empty [nwagenaar]
     SDL_PumpEvents();
+#endif
 }
 
 void JoystickReset(void)