mirror of
https://github.com/libretro/RetroArch
synced 2025-02-23 06:41:04 +00:00
Build in autoconfig now conditionally if only HAVE_BUILTIN_AUTOCONFIG
is defined
This commit is contained in:
parent
957435cbfa
commit
25536735a8
@ -123,7 +123,7 @@ void input_config_autoconfigure_joypad(unsigned idx,
|
||||
/* false = load from both cfg files and internal */
|
||||
bool internal_only = !*g_settings.input.autoconfig_dir;
|
||||
|
||||
#if defined(HAVE_BUILTIN_AUTOCONFIG) && (!defined(_WIN32) || defined(HAVE_WINXINPUT))
|
||||
#if defined(HAVE_BUILTIN_AUTOCONFIG)
|
||||
/* First internal */
|
||||
for (i = 0; input_builtin_autoconfs[i]; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user