mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(Griffin) ifdef include config_file.c with ifdef HAVE_CONFIGFILE
This commit is contained in:
parent
dac3713454
commit
663bab2c14
@ -36,12 +36,13 @@ CONFIG FILE
|
||||
#undef __RARCH_MSVC_COMPAT_H
|
||||
#undef strcasecmp
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
#include "../../conf/config_file.c"
|
||||
#endif
|
||||
|
||||
#include "func_hooks.h"
|
||||
|
||||
|
||||
|
||||
/*============================================================
|
||||
VIDEO CONTEXT
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user