mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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 __RARCH_MSVC_COMPAT_H
|
||||||
#undef strcasecmp
|
#undef strcasecmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIGFILE
|
||||||
#include "../../conf/config_file.c"
|
#include "../../conf/config_file.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "func_hooks.h"
|
#include "func_hooks.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
VIDEO CONTEXT
|
VIDEO CONTEXT
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user