mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 01:43:37 +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);
|
||||
}
|
||||
|
||||
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];
|
||||
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);
|
||||
|
||||
/* Only noise in menu. */
|
||||
if (log)
|
||||
if (print_log)
|
||||
{
|
||||
msg_queue_clear(g_extern.msg_queue);
|
||||
msg_queue_push(g_extern.msg_queue, msg, 1, 180);
|
||||
|
Loading…
x
Reference in New Issue
Block a user