Closed DanTheMan827 closed 7 years ago
Somewhere along the line, devkitARM was updated and now defines BIG_ENDIAN and LITTLE_ENDIAN.
This causes compilation errors because types.h tries to make use of those names in the enum.
Edit: now fixed in 0.81
Somewhere along the line, devkitARM was updated and now defines BIG_ENDIAN and LITTLE_ENDIAN.
This causes compilation errors because types.h tries to make use of those names in the enum.