mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +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"
|
||||
# endif
|
||||
# endif
|
||||
#elif PS2
|
||||
# define PRI_SIZET "lu"
|
||||
#else
|
||||
# if (SIZE_MAX == 0xFFFF)
|
||||
# define PRI_SIZET "hu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user