mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-31 01:02:47 +02:00
Make compile libretro for PS2
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#ifndef UTYPES_DEFINED
|
||||
typedef unsigned char u8;
|
||||
typedef signed char s8;
|
||||
typedef unsigned short u16;
|
||||
typedef signed short s16;
|
||||
typedef unsigned int u32;
|
||||
typedef signed int s32;
|
||||
#endif
|
||||
|
||||
#define DRC_TCACHE_SIZE (2*1024*1024)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user