tangled
alpha
login
or
join now
keii.dev
/
SDL
Simple Directmedia Layer
0
fork
atom
overview
issues
pulls
pipelines
fix typo from commit b84f150d0669592f
Ozkan Sezer
1 year ago
6fa62974
b84f150d
options
unified
split
Changed files
+1
-1
src
hidapi
SDL_hidapi.c
+1
-1
src/hidapi/SDL_hidapi.c
···
1242
1242
return -1;
1243
1243
}
1244
1244
1245
1245
-
#if defined(HAVE_PLATFORM_BACKEND) && !defined(SDL_HIDAPI_DISABLED)
1245
1245
+
#if defined(SDL_PLATFORM_MACOS) && !defined(SDL_HIDAPI_DISABLED)
1246
1246
hid_darwin_set_open_exclusive(0);
1247
1247
#endif
1248
1248