Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-07 | global: Completly disable inlining | mrb0nk500 | |
This is because it looks more, and more clear that the entire codebase was compiled without inlining. Likely to reduce code size from all the byteswap functions, only present on the GameCube version. | |||
2023-02-25 | TMenuList: Add `TMenuList`, and everything else that's needed to get it | mrb0nk500 | |
working I feel this is a good starting point for working on the protocol related code. |