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.
|
|
|
|
Shoutouts to fuziqersoftware for pointing this out.
|
|
Boy, that took way too long to match, mainly due to regalloc issues in
`update_stream()`.
|