Age | Commit message (Collapse) | Author |
|
Slowly starting to get fleshed out.
|
|
Also found out alot more assumptions I had were wrong.
|
|
Hopefully, we can make some good progress.
Also, oof, I didn't realize that what I thought were `operator=()`, or
a manual `assign()` function, was actually a copy ctor.
|
|
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.
|
|
|
|
Didn't realize that `TMenuList`'s `operator=` was actually implicit.
|
|
standard C array
|
|
working
I feel this is a good starting point for working on the protocol related
code.
|