mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 23:25:40 +00:00
Removed unecessary SDL include
This commit is contained in:
parent
a1a993917a
commit
0835e38b94
|
@ -1774,8 +1774,6 @@ void CInputSystem::UngrabMouse()
|
||||||
SetMouseVisibility(true);
|
SetMouseVisibility(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <SDL.h>
|
|
||||||
|
|
||||||
bool CInputSystem::SendForceFeedbackCmd(int joyNum, int axisNum, ForceFeedbackCmd ffCmd)
|
bool CInputSystem::SendForceFeedbackCmd(int joyNum, int axisNum, ForceFeedbackCmd ffCmd)
|
||||||
{
|
{
|
||||||
const JoyDetails *joyDetails = GetJoyDetails(joyNum);
|
const JoyDetails *joyDetails = GetJoyDetails(joyNum);
|
||||||
|
|
Loading…
Reference in a new issue