Cleanup comments

This commit is contained in:
twinaphex 2015-03-27 17:55:00 +01:00
parent 54f2d61809
commit 782f366131
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ void input_config_autoconfigure_joypad(autoconfig_params_t *params)
return;
#if defined(HAVE_BUILTIN_AUTOCONFIG)
/* First internal */
/* Load internal autoconfig files */
for (i = 0; input_builtin_autoconfs[i]; i++)
{
config_file_t *conf = config_file_new_from_string(
@ -160,7 +160,7 @@ void input_config_autoconfigure_joypad(autoconfig_params_t *params)
if (ret || !*settings->input.autoconfig_dir)
return;
/* Load from both cfg files and internal */
/* Load cfg autoconfig files */
list = dir_list_new(settings->input.autoconfig_dir, "cfg", false);
if (!list)