mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
Prevent collission with PS2 SDK
This commit is contained in:
parent
182b8d01f9
commit
e6a52e1940
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifndef __TAMTYPES_H__
|
||||||
#ifndef UTYPES_DEFINED
|
#ifndef UTYPES_DEFINED
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
typedef int8_t s8;
|
typedef int8_t s8;
|
||||||
|
@ -11,6 +12,8 @@ typedef int16_t s16;
|
||||||
typedef uint32_t u32;
|
typedef uint32_t u32;
|
||||||
typedef int32_t s32;
|
typedef int32_t s32;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef uintptr_t uptr; /* unsigned pointer-sized int */
|
typedef uintptr_t uptr; /* unsigned pointer-sized int */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue