mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Fix Wunused complains
This commit is contained in:
parent
882a25326c
commit
82c3103f82
@ -632,6 +632,7 @@ static void setting_get_string_representation_uint_xmb_layout(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_MATERIALUI
|
||||||
static void setting_get_string_representation_uint_materialui_menu_color_theme(
|
static void setting_get_string_representation_uint_materialui_menu_color_theme(
|
||||||
rarch_setting_t *setting,
|
rarch_setting_t *setting,
|
||||||
char *s, size_t len)
|
char *s, size_t len)
|
||||||
@ -680,6 +681,7 @@ static void setting_get_string_representation_uint_materialui_menu_color_theme(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void setting_get_string_representation_uint_xmb_menu_color_theme(
|
static void setting_get_string_representation_uint_xmb_menu_color_theme(
|
||||||
rarch_setting_t *setting,
|
rarch_setting_t *setting,
|
||||||
@ -765,6 +767,7 @@ static void setting_get_string_representation_uint_xmb_menu_color_theme(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_SHADERPIPELINE
|
||||||
static void setting_get_string_representation_uint_xmb_shader_pipeline(
|
static void setting_get_string_representation_uint_xmb_shader_pipeline(
|
||||||
rarch_setting_t *setting,
|
rarch_setting_t *setting,
|
||||||
char *s, size_t len)
|
char *s, size_t len)
|
||||||
@ -809,6 +812,7 @@ static void setting_get_string_representation_uint_xmb_shader_pipeline(
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void setting_get_string_representation_uint_video_monitor_index(rarch_setting_t *setting,
|
static void setting_get_string_representation_uint_video_monitor_index(rarch_setting_t *setting,
|
||||||
char *s, size_t len)
|
char *s, size_t len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user