mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Win32) Buildfix
This commit is contained in:
parent
e3dfa361f0
commit
48eb86cb47
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ static bool input_autoconfigure_joypad_from_conf_internal(
|
|||
break;
|
||||
}
|
||||
|
||||
if (ret || !*settings->input.autoconfig_dir)
|
||||
if (ret || !*settings->directory.autoconfig)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue