mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Menu) Don't spam log
This commit is contained in:
parent
b1fe41f087
commit
948b031f52
@ -571,7 +571,9 @@ int menu_entries_push_list(menu_handle_t *menu,
|
|||||||
|
|
||||||
int menu_parse_check(const char *label, unsigned menu_type)
|
int menu_parse_check(const char *label, unsigned menu_type)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
RARCH_LOG("label is menu_parse_check: %s\n", label);
|
RARCH_LOG("label is menu_parse_check: %s\n", label);
|
||||||
|
#endif
|
||||||
if (!((menu_type == MENU_FILE_DIRECTORY ||
|
if (!((menu_type == MENU_FILE_DIRECTORY ||
|
||||||
menu_common_type_is(menu_type) == MENU_SETTINGS_SHADER_OPTIONS ||
|
menu_common_type_is(menu_type) == MENU_SETTINGS_SHADER_OPTIONS ||
|
||||||
menu_common_type_is(menu_type) == MENU_FILE_DIRECTORY ||
|
menu_common_type_is(menu_type) == MENU_FILE_DIRECTORY ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user