mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
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:
parent
08cc1c986a
commit
01a7f2010d
@ -218,15 +218,16 @@ void fill_pathname_application_special(char *s,
|
||||
else
|
||||
#endif
|
||||
#ifdef HAVE_MATERIALUI
|
||||
if (string_is_equal(menu_ident, "glui"))
|
||||
if (string_is_equal(menu_ident, "glui"))
|
||||
{
|
||||
char s4[PATH_MAX_LENGTH];
|
||||
fill_pathname_join(s4, dir_assets, "glui", sizeof(s4));
|
||||
fill_pathname_join(s, s4, "sounds", len);
|
||||
}
|
||||
else
|
||||
#endif
|
||||
#ifdef HAVE_OZONE
|
||||
else if (string_is_equal(menu_ident, "ozone"))
|
||||
if (string_is_equal(menu_ident, "ozone"))
|
||||
{
|
||||
char s4[PATH_MAX_LENGTH];
|
||||
fill_pathname_join(s4, dir_assets, "ozone",
|
||||
|
Loading…
x
Reference in New Issue
Block a user