Buildfix for tvOS - tvOS apparently doesn't build in all the menu

drivers which is how this error was found
This commit is contained in:
LibretroAdmin 2022-08-02 23:26:34 +02:00
parent 08cc1c986a
commit 01a7f2010d

View File

@ -218,15 +218,16 @@ void fill_pathname_application_special(char *s,
else else
#endif #endif
#ifdef HAVE_MATERIALUI #ifdef HAVE_MATERIALUI
if (string_is_equal(menu_ident, "glui")) if (string_is_equal(menu_ident, "glui"))
{ {
char s4[PATH_MAX_LENGTH]; char s4[PATH_MAX_LENGTH];
fill_pathname_join(s4, dir_assets, "glui", sizeof(s4)); fill_pathname_join(s4, dir_assets, "glui", sizeof(s4));
fill_pathname_join(s, s4, "sounds", len); fill_pathname_join(s, s4, "sounds", len);
} }
else
#endif #endif
#ifdef HAVE_OZONE #ifdef HAVE_OZONE
else if (string_is_equal(menu_ident, "ozone")) if (string_is_equal(menu_ident, "ozone"))
{ {
char s4[PATH_MAX_LENGTH]; char s4[PATH_MAX_LENGTH];
fill_pathname_join(s4, dir_assets, "ozone", fill_pathname_join(s4, dir_assets, "ozone",