Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Patched to compile on Darwin
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/joystick/darwin/SDL_sysjoystick.c
|
@@ -771,7 +771,7 @@ SDL_SYS_JoystickInit(void) |
|
|
("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching."); |
|
|
} |
|
|
|
|
|
/ */ Now search I/O Registry for matching devices. */ |
|
|
/* Now search I/O Registry for matching devices. */ |
|
|
result = |
|
|
IOServiceGetMatchingServices(masterPort, hidMatchDictionary, |
|
|
&hidObjectIterator); |
|
|