Merge pull request #8210 from hhromic/fix-warnings

menu_setting: add forgotten ifdefs for building without XMB menu
This commit is contained in:
Twinaphex 2019-02-07 20:17:35 +01:00 committed by GitHub
commit b8ac8e92e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -819,6 +819,7 @@ static void setting_get_string_representation_uint_rgui_thumbnail_scaler(
}
}
#ifdef HAVE_XMB
static void setting_get_string_representation_uint_xmb_icon_theme(
rarch_setting_t *setting,
char *s, size_t len)
@ -878,7 +879,9 @@ static void setting_get_string_representation_uint_xmb_icon_theme(
break;
}
}
#endif
#ifdef HAVE_XMB
static void setting_get_string_representation_uint_xmb_layout(
rarch_setting_t *setting,
char *s, size_t len)
@ -899,6 +902,7 @@ static void setting_get_string_representation_uint_xmb_layout(
break;
}
}
#endif
#ifdef HAVE_MATERIALUI
static void setting_get_string_representation_uint_materialui_menu_color_theme(
@ -1066,7 +1070,7 @@ static void setting_get_string_representation_uint_ozone_menu_color_theme(
}
#endif
#ifdef HAVE_SHADERPIPELINE
#if defined(HAVE_XMB) && defined(HAVE_SHADERPIPELINE)
static void setting_get_string_representation_uint_xmb_shader_pipeline(
rarch_setting_t *setting,
char *s, size_t len)