mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-01 12:35:30 +01:00
Prevent collission with PS2 SDK
This commit is contained in:
parent
146970f72e
commit
6a6d9cdffa
@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef __TAMTYPES_H__
|
||||
#ifndef UTYPES_DEFINED
|
||||
typedef uint8_t u8;
|
||||
typedef int8_t s8;
|
||||
@ -11,6 +12,8 @@ typedef int16_t s16;
|
||||
typedef uint32_t u32;
|
||||
typedef int32_t s32;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef uintptr_t uptr; /* unsigned pointer-sized int */
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user