OpenOrbis / musl

A PS4 port of musl for the OpenOrbis PS4 Toolchain.
Other
34 stars 9 forks source link

types: `int wchar_t` to `unsigned short wchar_t` #30

Closed illusion0001 closed 2 years ago

illusion0001 commented 2 years ago

Aims to fix issues like this https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/pull/199

Cryptogenic commented 2 years ago

Size is still 32-bits as this isn't technically used at compile-time, wchar_t is an intrinsic. Nevertheless it's more correct than what's there now so I'll merge it.