mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
Fix warnings
This commit is contained in:
parent
2b9777e6c2
commit
948286e8e0
@ -232,7 +232,7 @@ static bool input_autoconfigure_joypad_from_conf_dir(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
RARCH_LOG("Autodetect: no profiles found for %s (%d/%d)", params->name, params->vid, params->pid);
|
RARCH_LOG("Autodetect: no profiles found for %s (%d/%d)", params->name, params->vid, params->pid);
|
||||||
snprintf(msg, sizeof(msg), "%s (%ld/%ld) not configured", params->name, params->vid, params->pid);
|
snprintf(msg, sizeof(msg), "%s (%ld/%ld) not configured", params->name, (long)params->vid, (long)params->pid);
|
||||||
rarch_main_msg_queue_push(msg, 0, 60, false);
|
rarch_main_msg_queue_push(msg, 0, 60, false);
|
||||||
ret = 0;
|
ret = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user