Make compile libretro for PS2

This commit is contained in:
Francisco Javier Trujillo Mata
2018-09-18 00:00:20 +02:00
parent ad9c4345b3
commit baacd5e1b6
4 changed files with 43 additions and 0 deletions

View File

@@ -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)