(Win32) Buildfix

This commit is contained in:
twinaphex 2016-04-28 20:52:30 +02:00
parent e3dfa361f0
commit 48eb86cb47
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static bool input_autoconfigure_joypad_from_conf_internal(
break; break;
} }
if (ret || !*settings->input.autoconfig_dir) if (ret || !*settings->directory.autoconfig)
return true; return true;
return false; return false;
} }