mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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)
|
switch (ret)
|
||||||
{
|
{
|
||||||
case 0:
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
#ifdef DEBUG_LOG
|
#ifdef DEBUG_LOG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user