DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
674 stars 98 forks source link

fix: rsp_ucode_t init order #555

Closed HailToDodongo closed 1 month ago

HailToDodongo commented 1 month ago

Using DEFINE_RSP_UCODE in C++ leads to errors since it wants to have the init order the same as in the struct: error: designator order for field 'rsp_ucode_t::code_end' does not match declaration order in 'rsp_ucode_t'