mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
Add log for AUTOINPUT
This commit is contained in:
parent
f958587a57
commit
a41c97c186
@ -1258,6 +1258,7 @@ void input_config_autoconfigure_joypad(unsigned index, const char *name, const c
|
|||||||
|
|
||||||
for (i = 0; i < list->size; i++)
|
for (i = 0; i < list->size; i++)
|
||||||
{
|
{
|
||||||
|
RARCH_LOG("[AUTOINPUT]: Trying to load autoconfig file: %s.\n", list->elems[i].data);
|
||||||
config_file_t *conf = config_file_new(list->elems[i].data);
|
config_file_t *conf = config_file_new(list->elems[i].data);
|
||||||
if (!conf)
|
if (!conf)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user