mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
Merge pull request #11061 from fjtrujy/PS2PRI_SIZET
Fix issue with the PS2 and PRI_SIZET
This commit is contained in:
commit
cdc7327e47
@ -165,7 +165,7 @@ typedef struct
|
||||
# define PRI_SIZET "u"
|
||||
# endif
|
||||
# endif
|
||||
#elif PS2
|
||||
#elif defined(PS2)
|
||||
# define PRI_SIZET "u"
|
||||
#else
|
||||
# if (SIZE_MAX == 0xFFFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user