mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Settings) Nit.
This commit is contained in:
parent
f3226d9818
commit
ca7558cda2
@ -2885,7 +2885,7 @@ static bool setting_data_append_list_main_menu_options(
|
||||
|
||||
// JM: This is a very painful function to write, especially because
|
||||
// we'll have to do it to all the drivers.
|
||||
const char* config_get_input_driver_options() {
|
||||
const char* config_get_input_driver_options(void) {
|
||||
int input_option_k = 0;
|
||||
int input_options_len = 0;
|
||||
while (input_drivers[input_option_k]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user