Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Still need to implement, and match `resolve_domain()`, but it's a good
starting point for decompiling the netcode.
|