Skip to content

Commit bb2983d

Browse files
authored
fixed spacing on SDL RawInputHint
1 parent 778d754 commit bb2983d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UnleashedRecomp/hid/driver/sdl_hid.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ void hid::Init()
331331
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED, "1");
332332
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE, "1");
333333
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_WII, "1");
334-
335334
SDL_SetHint(SDL_HINT_JOYSTICK_RAWINPUT, "1");
336335
SDL_SetHint(SDL_HINT_JOYSTICK_RAWINPUT_CORRELATE_XINPUT, "1");
337336

0 commit comments

Comments
 (0)