mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 06:37:55 +03:00
4b9f99bb27
`ENUM_STRING` can be used inside a `class`/`struct`/`union` for `enum`s contained within them. Making the function `static` allows doing this and doesn't require supplying a `this` pointer of the enclosing class for usage.