Get rid of warnings
This commit is contained in:
parent
3d36cb02ac
commit
30a39d6d88
|
@ -135,7 +135,7 @@ static void input_autoconfigure_joypad_add(
|
||||||
if (!strcmp(device_type,"remote"))
|
if (!strcmp(device_type,"remote"))
|
||||||
{
|
{
|
||||||
snprintf(msg, sizeof(msg), "%s configured",
|
snprintf(msg, sizeof(msg), "%s configured",
|
||||||
params->name, params->idx);
|
params->name);
|
||||||
|
|
||||||
if(!remote_is_bound)
|
if(!remote_is_bound)
|
||||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||||
|
|
Loading…
Reference in New Issue