mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix mixed indentation
This commit is contained in:
parent
0e79aa80d9
commit
f7f0499601
@ -901,18 +901,18 @@ static bool switch_input_set_rumble(void *data, unsigned port,
|
||||
}
|
||||
|
||||
input_driver_t input_switch = {
|
||||
switch_input_init,
|
||||
switch_input_poll,
|
||||
switch_input_state,
|
||||
switch_input_free_input,
|
||||
NULL,
|
||||
NULL,
|
||||
switch_input_get_capabilities,
|
||||
"switch",
|
||||
switch_input_grab_mouse,
|
||||
NULL,
|
||||
switch_input_set_rumble,
|
||||
switch_input_get_joypad_driver,
|
||||
NULL,
|
||||
switch_input_init,
|
||||
switch_input_poll,
|
||||
switch_input_state,
|
||||
switch_input_free_input,
|
||||
NULL,
|
||||
NULL,
|
||||
switch_input_get_capabilities,
|
||||
"switch",
|
||||
switch_input_grab_mouse,
|
||||
NULL,
|
||||
switch_input_set_rumble,
|
||||
switch_input_get_joypad_driver,
|
||||
NULL,
|
||||
false
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user