summaryrefslogtreecommitdiff
path: root/obj_files.mk
AgeCommit message (Collapse)Author
2023-03-07global: Completly disable inliningmrb0nk500
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-03-03TProtocol: Get `TProtocol` to the point of buildingmrb0nk500
I'll actually start work on it tomorrow.
2023-02-28TTcpSocket: Start work on `TTcpSocket`mrb0nk500
I've done most of it, still have to do `test_connection()`, and `open()`.
2023-02-28PSOV3EncryptionTCP: Add, and fully match `PSOV3EncryptionTCP`mrb0nk500
That was way easier than I expected, I thought it'd take a lot longer than this.
2023-02-28PSOV3Encryption: Add, and fully match `PSOV3Encryption`mrb0nk500
Boy, that took way too long to match, mainly due to regalloc issues in `update_stream()`.
2023-02-26TSocket: Start work on, and match most of `TSocket`mrb0nk500
Still need to implement, and match `resolve_domain()`, but it's a good starting point for decompiling the netcode.
2023-02-25TMenuList: Add `TMenuList`, and everything else that's needed to get itmrb0nk500
working I feel this is a good starting point for working on the protocol related code.
2023-02-08make: Move runtime files to their proper place, and order in the binarymrb0nk500
2023-02-08runtime: Add `GCN_mem_alloc.c`mrb0nk500
2023-02-08make, runtime: Start putting files, and functions in the right ordermrb0nk500
2023-02-04THeap: Add `THeap` classmrb0nk500
Some matching issues, but still a good start.
2023-02-03global: Add rest of Dolphin SDK proper, add MSL, and MetroTRKmrb0nk500
Finally, it links properly.
2023-02-02sdk: Add the rest of Dolphin SDK to object file listmrb0nk500
2023-02-02sdk: Add `mtx`mrb0nk500
We're slowly getting there.
2023-02-01make: Start adding Dolphin SDK files to object listmrb0nk500
Still need to do the rest.
2023-01-30TObject, TObject2: Create `TObject2.cpp`, and move flag functionsmrb0nk500
into it This is necessary to get the function placement correct.
2023-01-30Global: Add necessary files to test linkingmrb0nk500
2023-01-29Add `Makefile`, and `obj_files.mk`mrb0nk500
This makefile is based on the one from the Super Mario Sunshine decompilation project. https://github.com/doldecomp/sms