diff options
Diffstat (limited to 'platform/osx/joypad_osx.h')
-rw-r--r-- | platform/osx/joypad_osx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/joypad_osx.h b/platform/osx/joypad_osx.h index 71a0335316..dabd1b8aec 100644 --- a/platform/osx/joypad_osx.h +++ b/platform/osx/joypad_osx.h @@ -34,9 +34,9 @@ #else #include <Kernel/IOKit/hidsystem/IOHIDUsageTables.h> #endif -#include <IOKit/hid/IOHIDLib.h> #include <ForceFeedback/ForceFeedback.h> #include <ForceFeedback/ForceFeedbackConstants.h> +#include <IOKit/hid/IOHIDLib.h> #include "main/input_default.h" @@ -63,7 +63,7 @@ struct joypad { int id; - io_service_t ffservice; /* Interface for force feedback, 0 = no ff */ + io_service_t ffservice; /* Interface for force feedback, 0 = no ff */ FFCONSTANTFORCE ff_constant_force; FFDeviceObjectReference ff_device; FFEffectObjectReference ff_object; |