mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
rarch_disk_control_set_eject - don't name parameter variable 'log'
This commit is contained in:
parent
a8fd98e6dc
commit
1ea3c6f9fa
@ -1614,7 +1614,7 @@ void rarch_disk_control_append_image(const char *path)
|
|||||||
rarch_disk_control_set_eject(false, false);
|
rarch_disk_control_set_eject(false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void rarch_disk_control_set_eject(bool new_state, bool log)
|
void rarch_disk_control_set_eject(bool new_state, bool print_log)
|
||||||
{
|
{
|
||||||
char msg[PATH_MAX];
|
char msg[PATH_MAX];
|
||||||
const struct retro_disk_control_callback *control =
|
const struct retro_disk_control_callback *control =
|
||||||
@ -1644,7 +1644,7 @@ void rarch_disk_control_set_eject(bool new_state, bool log)
|
|||||||
RARCH_LOG("%s\n", msg);
|
RARCH_LOG("%s\n", msg);
|
||||||
|
|
||||||
/* Only noise in menu. */
|
/* Only noise in menu. */
|
||||||
if (log)
|
if (print_log)
|
||||||
{
|
{
|
||||||
msg_queue_clear(g_extern.msg_queue);
|
msg_queue_clear(g_extern.msg_queue);
|
||||||
msg_queue_push(g_extern.msg_queue, msg, 1, 180);
|
msg_queue_push(g_extern.msg_queue, msg, 1, 180);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user