Closed Tilka closed 3 months ago
Note that building with libogc v2.7.0 or later is currently broken due to conflicts with preprocessor defines added in https://github.com/devkitPro/libogc/commit/f1c3747a5aa8580a9fdb581b8e3275df7a17aa11.
sizeof should normally be paired with size_t, not u32. (They are the same size for the GC/Wii, but still.)
sizeof
size_t
u32
Note that building with libogc v2.7.0 or later is currently broken due to conflicts with preprocessor defines added in https://github.com/devkitPro/libogc/commit/f1c3747a5aa8580a9fdb581b8e3275df7a17aa11.