mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
menu_cbs.h - add HAVE_CONFIG_H ifdef
This commit is contained in:
parent
7bb5e46d21
commit
b14ffa4562
@ -21,6 +21,10 @@
|
|||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <retro_common_api.h>
|
#include <retro_common_api.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user