Renamed SDL_Del* to SDL_Remove*
This commit is contained in:
parent
cf1d8e2dfd
commit
f827c1322c
45 changed files with 118 additions and 98 deletions
src/hidapi
|
@ -1287,8 +1287,8 @@ int SDL_hid_exit(void)
|
|||
}
|
||||
#endif // HAVE_LIBUSB
|
||||
|
||||
SDL_DelHintCallback(SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS, OnlyControllersChanged, NULL);
|
||||
SDL_DelHintCallback(SDL_HINT_HIDAPI_IGNORE_DEVICES, IgnoredDevicesChanged, NULL);
|
||||
SDL_RemoveHintCallback(SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS, OnlyControllersChanged, NULL);
|
||||
SDL_RemoveHintCallback(SDL_HINT_HIDAPI_IGNORE_DEVICES, IgnoredDevicesChanged, NULL);
|
||||
|
||||
if (SDL_hidapi_ignored_devices) {
|
||||
SDL_free(SDL_hidapi_ignored_devices);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue