mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Include config.h correctly.
This commit is contained in:
parent
13e978a2ed
commit
ca5db6d5b7
@ -17,6 +17,10 @@
|
|||||||
#ifndef MENU_COMMON_H__
|
#ifndef MENU_COMMON_H__
|
||||||
#define MENU_COMMON_H__
|
#define MENU_COMMON_H__
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "../../config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_RGUI
|
#ifdef HAVE_RGUI
|
||||||
#define MENU_TEXTURE_FULLSCREEN false
|
#define MENU_TEXTURE_FULLSCREEN false
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user