mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-04 09:03:24 +00:00
Fix configuration.h header includes
This commit is contained in:
parent
0b456bac75
commit
bff038b282
@ -17,6 +17,14 @@
|
||||
#ifndef __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
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user