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