mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Add HAVE_MENU ifdef
This commit is contained in:
parent
93451012ec
commit
bf8cfe4123
@ -1454,8 +1454,10 @@ static void generic_playlist_update_write(
|
||||
|
||||
if (plist)
|
||||
playlist = plist;
|
||||
#ifdef HAVE_MENU
|
||||
else
|
||||
menu_driver_ctl(RARCH_MENU_CTL_PLAYLIST_GET, &playlist);
|
||||
#endif
|
||||
|
||||
retro_assert(playlist != NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user