This commit is contained in:
twinaphex 2020-06-23 18:08:53 +02:00
parent a48af59c92
commit 2a0c490913
1 changed files with 1 additions and 1 deletions

View File

@ -23347,7 +23347,7 @@ static void menu_input_driver_toggle(
menu_input_set_pointer_inhibit(false); menu_input_set_pointer_inhibit(false);
} }
int16_t menu_input_read_mouse_hw(enum menu_input_mouse_hw_id id) static int16_t menu_input_read_mouse_hw(enum menu_input_mouse_hw_id id)
{ {
rarch_joypad_info_t joypad_info; rarch_joypad_info_t joypad_info;
unsigned type = 0; unsigned type = 0;