mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
fix typo from commit b84f150d06
This commit is contained in:
parent
b84f150d06
commit
6fa6297441
1 changed files with 1 additions and 1 deletions
|
|
@ -1242,7 +1242,7 @@ int SDL_hid_init(void)
|
|||
return -1;
|
||||
}
|
||||
|
||||
#if defined(HAVE_PLATFORM_BACKEND) && !defined(SDL_HIDAPI_DISABLED)
|
||||
#if defined(SDL_PLATFORM_MACOS) && !defined(SDL_HIDAPI_DISABLED)
|
||||
hid_darwin_set_open_exclusive(0);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue