mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
Properly ifdef.
This commit is contained in:
parent
647db4d5de
commit
d3eed4f8c4
2
driver.c
2
driver.c
@ -290,6 +290,7 @@ static void deinit_filter(void)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_XML
|
||||
static void init_shader_dir(void)
|
||||
{
|
||||
if (!*g_settings.video.shader_dir)
|
||||
@ -313,6 +314,7 @@ static void deinit_shader_dir(void)
|
||||
// It handles NULL, no worries :D
|
||||
dir_list_free(g_extern.shader_dir.elems);
|
||||
}
|
||||
#endif
|
||||
|
||||
void init_video_input(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user