mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro, build fixes
This commit is contained in:
parent
55c3c2b02f
commit
03d5f5105c
7 changed files with 63 additions and 168 deletions
|
@ -33,12 +33,14 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef UTYPES_DEFINED
|
||||
typedef uint8_t u8;
|
||||
typedef int8_t s8;
|
||||
typedef uint16_t u16;
|
||||
typedef int16_t s16;
|
||||
typedef uint32_t u32;
|
||||
typedef int32_t s32;
|
||||
#endif
|
||||
typedef uintptr_t uptr; // unsigned pointer-sized int
|
||||
|
||||
// ----------------------- 68000 CPU -----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue