mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Fix configuration.h header includes
This commit is contained in:
parent
0b456bac75
commit
bff038b282
@ -17,6 +17,14 @@
|
|||||||
#ifndef __RARCH_SETTINGS_H__
|
#ifndef __RARCH_SETTINGS_H__
|
||||||
#define __RARCH_SETTINGS_H__
|
#define __RARCH_SETTINGS_H__
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <retro_miscellaneous.h>
|
||||||
|
#include "driver.h"
|
||||||
|
|
||||||
|
#ifndef MAX_USERS
|
||||||
|
#define MAX_USERS 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user