mirror of
https://github.com/libretro/RetroArch
synced 2025-02-14 15:39:59 +00:00
libretro-common: fix PRI_SIZET not being set in PS2
* use `lu` for PS2 builds
This commit is contained in:
parent
d03b472f73
commit
7cde32a2b3
@ -165,6 +165,8 @@ typedef struct
|
|||||||
# define PRI_SIZET "u"
|
# define PRI_SIZET "u"
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
#elif PS2
|
||||||
|
# define PRI_SIZET "lu"
|
||||||
#else
|
#else
|
||||||
# if (SIZE_MAX == 0xFFFF)
|
# if (SIZE_MAX == 0xFFFF)
|
||||||
# define PRI_SIZET "hu"
|
# define PRI_SIZET "hu"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user