mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +00:00
(input_driver.c) Nit
This commit is contained in:
parent
4eeada75b1
commit
2582898a28
@ -677,7 +677,7 @@ bool input_driver_ctl(enum rarch_input_ctl_state state, void *data)
|
||||
static bool input_driver_osk_enabled = false;
|
||||
static bool input_driver_keyboard_linefeed_enable = false;
|
||||
static bool input_driver_nonblock_state = false;
|
||||
static bool input_driver_flushing_input = false;;
|
||||
static bool input_driver_flushing_input = false;
|
||||
static bool input_driver_data_own = false;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user