Merge pull request #8218 from hhromic/fix-prisizet

libretro-common: fix PRI_SIZET not being set in PS2
This commit is contained in:
Twinaphex 2019-02-08 00:43:43 +01:00 committed by GitHub
commit 6587fee6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,8 @@ typedef struct
# define PRI_SIZET "u"
# endif
# endif
#elif PS2
# define PRI_SIZET "lu"
#else
# if (SIZE_MAX == 0xFFFF)
# define PRI_SIZET "hu"