mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Put ifdefs around core_updater_list_free_cached for targets
that don't define HAVE_NETWORKING
This commit is contained in:
parent
ca0edad8c2
commit
9573b53390
@ -67,7 +67,9 @@
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
#include "../verbosity.h"
|
||||
#include "../tasks/task_powerstate.h"
|
||||
#ifdef HAVE_NETWORKING
|
||||
#include "../core_updater_list.h"
|
||||
#endif
|
||||
|
||||
#define SCROLL_INDEX_SIZE (2 * (26 + 2) + 1)
|
||||
|
||||
@ -3597,7 +3599,9 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
menu_shader_manager_free();
|
||||
#endif
|
||||
#ifdef HAVE_NETWORKING
|
||||
core_updater_list_free_cached();
|
||||
#endif
|
||||
|
||||
if (menu_driver_data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user