Patched to compile on Darwin
This commit is contained in:
parent
91d5b012ad
commit
3557ef7451
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ SDL_SYS_JoystickInit(void)
|
||||||
("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching.");
|
("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 =
|
result =
|
||||||
IOServiceGetMatchingServices(masterPort, hidMatchDictionary,
|
IOServiceGetMatchingServices(masterPort, hidMatchDictionary,
|
||||||
&hidObjectIterator);
|
&hidObjectIterator);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue