libretro-common: fix PRI_SIZET not being set in PS2

* use `lu` for PS2 builds
This commit is contained in:
Hugo Hromic 2019-02-07 23:23:31 +00:00
parent d03b472f73
commit 7cde32a2b3

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"