mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
indentation fix
This commit is contained in:
parent
50e4dfb57c
commit
d2472eb8cb
@ -875,12 +875,12 @@ void input_config_autoconfigure_joypad(unsigned index, const char *name, const c
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Now try files
|
// Now try files
|
||||||
|
if (!internal_only)
|
||||||
|
{
|
||||||
struct string_list *list = dir_list_new(g_settings.input.autoconfig_dir, "cfg", false);
|
struct string_list *list = dir_list_new(g_settings.input.autoconfig_dir, "cfg", false);
|
||||||
if (!list)
|
if (!list)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!internal_only)
|
|
||||||
{
|
|
||||||
for (size_t i = 0; i < list->size; i++)
|
for (size_t i = 0; i < list->size; i++)
|
||||||
{
|
{
|
||||||
config_file_t *conf = config_file_new(list->elems[i].data);
|
config_file_t *conf = config_file_new(list->elems[i].data);
|
||||||
@ -891,10 +891,10 @@ void input_config_autoconfigure_joypad(unsigned index, const char *name, const c
|
|||||||
if (success)
|
if (success)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
string_list_free(list);
|
string_list_free(list);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
void input_config_autoconfigure_joypad(unsigned index, const char *name, const char *driver)
|
void input_config_autoconfigure_joypad(unsigned index, const char *name, const char *driver)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user