replace libretro-common 70

This commit is contained in:
AZO234 2019-03-22 11:51:18 +09:00
parent 627a951c3c
commit 0ba686b086

View File

@ -98,7 +98,9 @@ typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef signed short int16_t;
typedef unsigned short uint16_t_;
#if !defined(_3DS)
typedef signed int int32_t;
#endif
typedef unsigned int uint32_t_;
#if !defined(NP2_X11) && !defined(NP2_SDL2) && !defined(__LIBRETRO__)
typedef signed __int64 int64_t;