fix message

This commit is contained in:
radius 2017-02-06 22:58:02 -05:00
parent c9015aa9ba
commit ee6d76e932

View File

@ -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);