mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
fix message
This commit is contained in:
parent
c9015aa9ba
commit
ee6d76e932
@ -315,7 +315,7 @@ static void input_autoconfigure_connect_handler(retro_task_t *task)
|
||||
msg_hash_to_str(MSG_DEVICE_NOT_CONFIGURED));
|
||||
#else
|
||||
strlcpy(params->name, "Android Gamepad", sizeof(params->name));
|
||||
if(!input_autoconfigure_joypad_from_conf_internal(params, task))
|
||||
if(input_autoconfigure_joypad_from_conf_internal(params, task))
|
||||
{
|
||||
RARCH_LOG("Autodetect: no profiles found for %s (%d/%d). Using fallback\n",
|
||||
params->name, params->vid, params->pid);
|
||||
|
Loading…
Reference in New Issue
Block a user