(Menu) Don't spam logs
This commit is contained in:
parent
609ccb80d2
commit
855fd29404
|
@ -324,8 +324,6 @@ static int menu_common_shader_manager_setting_toggle(
|
||||||
unsigned dist_filter = id - MENU_SETTINGS_SHADER_0_FILTER;
|
unsigned dist_filter = id - MENU_SETTINGS_SHADER_0_FILTER;
|
||||||
unsigned dist_scale = id - MENU_SETTINGS_SHADER_0_SCALE;
|
unsigned dist_scale = id - MENU_SETTINGS_SHADER_0_SCALE;
|
||||||
|
|
||||||
RARCH_LOG("shader label: %s\n", label);
|
|
||||||
|
|
||||||
if (id == MENU_SETTINGS_SHADER_FILTER)
|
if (id == MENU_SETTINGS_SHADER_FILTER)
|
||||||
{
|
{
|
||||||
if ((current_setting = setting_data_find_setting(
|
if ((current_setting = setting_data_find_setting(
|
||||||
|
|
|
@ -565,7 +565,7 @@ 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 1
|
#if 0
|
||||||
RARCH_LOG("label is menu_parse_check: %s\n", label);
|
RARCH_LOG("label is menu_parse_check: %s\n", label);
|
||||||
#endif
|
#endif
|
||||||
if (!((menu_type == MENU_FILE_DIRECTORY ||
|
if (!((menu_type == MENU_FILE_DIRECTORY ||
|
||||||
|
|
Loading…
Reference in New Issue