Search found 1 match

by angelsl
Fri Nov 17, 2017 4:53 pm
Forum: Gamecube/Wii Development
Topic: Changes to varialble types
Replies: 10
Views: 23795

Re: Changes to varialble types

If anyone stumbles upon this post and feels like blaming someone (which is totally pointless).. don't blame WinterMute. Blame the author of this newlib commit . Previously newlib defined int32_t like so: #if __STDINT_EXP(INT_MAX) == 0x7fffffffL typedef signed int int32_t; typedef unsigned int uint32...