diff options
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/mpeg_player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/mpeg_player.h b/graphics/mpeg_player.h index b0192bc8b4..1c975825a8 100644 --- a/graphics/mpeg_player.h +++ b/graphics/mpeg_player.h @@ -33,6 +33,12 @@ #ifdef USE_MPEG2 +#ifdef __PLAYSTATION2__ +typedef uint8 uint8_t; +typedef uint16 uint16_t; +typedef uint32 uint32_t; +#endif + #if !defined(_MSC_VER) #ifndef PALMOS_MODE # include <inttypes.h> |
