Skip to content

Commit 2afc092

Browse files
committed
remove Nintendo Switch Online Classics hid
1 parent e0b2c82 commit 2afc092

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

UnleashedRecomp/hid/driver/sdl_hid.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ void hid::Init()
326326
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE, "1");
327327
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_WII, "1");
328328
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_SWITCH, "1");
329-
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_NINTENDO_CLASSIC, "1");
330329
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS, "1");
331330
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS, "1");
332331
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS3, "1");

0 commit comments

Comments
 (0)