mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
(Win32) Buildfix
This commit is contained in:
parent
e3dfa361f0
commit
48eb86cb47
@ -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…
Reference in New Issue
Block a user