mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 19:20:24 +00:00
Get rid of debug log
This commit is contained in:
parent
9bb2c00c1c
commit
058ba4ceaa
@ -22,7 +22,6 @@
|
|||||||
static void get_title(const char *label, const char *dir,
|
static void get_title(const char *label, const char *dir,
|
||||||
unsigned menu_type, char *title, size_t sizeof_title)
|
unsigned menu_type, char *title, size_t sizeof_title)
|
||||||
{
|
{
|
||||||
RARCH_LOG("label %s, title %s\n", label, title);
|
|
||||||
if (!strcmp(label, "core_list"))
|
if (!strcmp(label, "core_list"))
|
||||||
snprintf(title, sizeof_title, "CORE SELECTION %s", dir);
|
snprintf(title, sizeof_title, "CORE SELECTION %s", dir);
|
||||||
else if (!strcmp(label, "core_manager_list"))
|
else if (!strcmp(label, "core_manager_list"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user