mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 16:28:51 +00:00
(Xbox 1) Add _XBOX define rule for custom stdint.h
This commit is contained in:
parent
38abfd9ed1
commit
fd31071451
@ -81,7 +81,7 @@ enum ps3_device_id
|
||||
RARCH_LAST_PLATFORM_KEY
|
||||
};
|
||||
|
||||
#elif defined(_XBOX)
|
||||
#elif defined(_XBOX360)
|
||||
#include "../360/xdk360_input.h"
|
||||
|
||||
enum xdk360_device_id
|
||||
|
@ -221,7 +221,7 @@ typedef uint64_t uintmax_t;
|
||||
|
||||
// 7.18.4 Limits of other integer types
|
||||
|
||||
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260
|
||||
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) || defined(_XBOX1) // [ See footnote 224 at page 260
|
||||
|
||||
// 7.18.4.1 Macros for minimum-width integer constants
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user