mupen64plus / mupen64plus-core

Core module of the Mupen64Plus project
1.25k stars 254 forks source link

Improve case consistency for structs #1064

Open jgcodes2020 opened 3 months ago

jgcodes2020 commented 3 months ago

Here's a few structs from the current m64p_types.h.

https://github.com/mupen64plus/mupen64plus-core/blob/860fac3fbae94194a392c1d9857e185eda6d083e/src/api/m64p_types.h#L255-L273 https://github.com/mupen64plus/mupen64plus-core/blob/860fac3fbae94194a392c1d9857e185eda6d083e/src/api/m64p_types.h#L275-L290 https://github.com/mupen64plus/mupen64plus-core/blob/860fac3fbae94194a392c1d9857e185eda6d083e/src/api/m64p_types.h#L182-L221

It would be a good code-formatting thing to stick with a common casing convention for these structs. Doing so will also make it easier to create bindings for other languages.