mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
menu_display_setting_label - add logging
This commit is contained in:
parent
bcab96bb77
commit
ce9d025207
@ -240,5 +240,11 @@ bool menu_display_setting_label(
|
|||||||
if (entry_label)
|
if (entry_label)
|
||||||
strlcpy(entry->label, entry_label, sizeof(entry->label));
|
strlcpy(entry->label, entry_label, sizeof(entry->label));
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
RARCH_LOG("Entry label : %s\n", entry->label ? entry->label : "N/A");
|
||||||
|
RARCH_LOG("Entry path : %s\n", entry->path);
|
||||||
|
RARCH_LOG("Entry value : %s\n", entry->value);
|
||||||
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user