Fix configuration.h header includes

This commit is contained in:
twinaphex 2015-03-21 07:05:08 +01:00
parent 0b456bac75
commit bff038b282
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -39,10 +39,6 @@
#define MEASURE_FRAME_TIME_SAMPLES_COUNT (2 * 1024)
#endif
#ifndef MAX_USERS
#define MAX_USERS 16
#endif
#ifdef __cplusplus
extern "C" {
#endif