rust3ds / citro3d-rs

Rust bindings and safe wrappers for citro3d
https://rust3ds.github.io/citro3d-rs
14 stars 11 forks source link

Implement short enums #47

Closed Meziu closed 6 months ago

Meziu commented 7 months ago

Closes #46 Following the changes of https://github.com/rust3ds/ctru-rs/pull/180

Change the bindgen to force the use of short enums and fix the type definitions to accomodate the changes.