mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Menu entries) Add some more to logging
This commit is contained in:
parent
afa9b67f12
commit
04a0585bbe
@ -197,6 +197,10 @@ static void menu_entries_cbs_init_log(int ret,
|
||||
switch (ret)
|
||||
{
|
||||
case 0:
|
||||
#ifdef DEBUG_LOG
|
||||
RARCH_WARN("Found %s bind (label: [%s], elem0: [%s], elem1: [%s], type: [%d]).\n",
|
||||
bind_label, label, elem0, elem1, type);
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
#ifdef DEBUG_LOG
|
||||
|
Loading…
x
Reference in New Issue
Block a user