mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(RMenu) Build fix
This commit is contained in:
parent
8322649250
commit
32391a4b3e
@ -292,7 +292,7 @@ static void rmenu_context_reset(void *data)
|
||||
if (*g_settings.menu.wallpaper)
|
||||
strlcpy(menu_bg, g_settings.menu.wallpaper, sizeof(menu_bg));
|
||||
else
|
||||
rmenu_set_default_wallpaper(menu_bg, sizeof(menu_bg));
|
||||
rmenu_wallpaper_set_defaults(menu_bg, sizeof(menu_bg));
|
||||
|
||||
if (path_file_exists(menu_bg))
|
||||
texture_image_load(menu_texture, menu_bg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user