mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 09:40:06 +00:00
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"))
|
||||
{
|
||||
snprintf(msg, sizeof(msg), "%s configured",
|
||||
params->name, params->idx);
|
||||
params->name);
|
||||
|
||||
if(!remote_is_bound)
|
||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user