Add palette into FCEumm for PS2

This commit is contained in:
Francisco Javier Trujillo Mata
2019-01-21 22:19:46 +01:00
parent 3efe223f13
commit d7f7709a37
5 changed files with 179 additions and 2 deletions

8
ps2/inttypes.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef INTTYPES_H
#define INTTYPES_H
#define PRId64 "ld"
#define PRIu64 "lu"
#define PRIuPTR "lu"
#endif //INTTYPES_H