18 Commits

Author SHA1 Message Date
7ca3a1c0bb Replace int types in Retro code
Retro seemingly avoided using the Dolphin
typedefs in most places, opting to use int/uint
instead. This likely means they didn't use
u8/s8/u16/s16/etc either.


Former-commit-id: 133326ae406a0ebc76f56f8bcb489fda280be2be
2022-10-09 01:37:23 -04:00
7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba0546f4620447040b7c3d3034686796
2022-10-09 01:13:17 -04:00
64fe52845f Link CDolphinController.cpp
Former-commit-id: 0450f7b1f110cc8da6fabce5edf8a5c447477317
2022-09-13 22:25:20 -07:00
0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee832f11971da0cfdc53b5a55b74ac79d
2022-09-05 00:01:22 -04:00
5726400667 More CCubeMaterial
Former-commit-id: 78022784ef67fa267edd40dd9eb58ceab46bbde0
2022-09-05 00:01:22 -04:00
b851577337 Header cleanup, NONMATCHING option
Former-commit-id: 174a2d98f7e71ac0f4ade4327c8e36635ec3aba7
2022-08-31 20:22:20 -04:00
6768dfc9b4 Begin CGX/CCubeMaterial; add dolphin headers from aurora
Former-commit-id: b28e24862bbde19fa6cc5649f568d51d7b0b35d7
2022-08-30 00:05:16 -04:00
00c77e6195 Runtime/math matches; better libc headers
Former-commit-id: bef7db17486213f77de865dfbec529ae23b394a4
2022-08-25 23:46:24 -04:00
361f2bb9ce Initial work on CActor.cpp
Former-commit-id: 44b17813bda4f45c89a67a9a4623b872a57cf84f
2022-08-12 21:26:54 -04:00
3a23f40720 Various imps
Former-commit-id: 7043befead04d97fcb6e240b3e6f39484d27916d
2022-08-05 03:23:49 -07:00
ae52b8482c Link snd_service.c and hw_memory.c
Former-commit-id: e88f46cb288c55376f57538481179577e9023380
2022-07-26 22:11:36 -07:00
ffd6ba5818 Implement TObj*/IObj; finish matching CStringTable
Former-commit-id: e98f62c3a608ed4a7ee93e1e3428dacb63329f25
2022-07-14 12:24:26 -04:00
03357b2acd Begin decompiling CCameraFilterPass::DrawWideScreen
Former-commit-id: 44d675d87dede70d42dee8baa34d4ef52bef7921
2022-07-02 01:30:11 -04:00
e0bd52d345 Decompile dsp.c start OSReset.c
Former-commit-id: 6753bb7115e7686fe5b59ca82b67dd4d340989ec
2022-04-30 01:32:00 -07:00
936f63b05d Updates to rstl; rename some symbols; update CFLAGS
Former-commit-id: b8c0242ea76a59d28b110b56b4764fd31ca32acf
2022-04-15 15:24:52 -04:00
27d94af97b Add headers, clang-format, decompctx.py & more
Former-commit-id: 53f8d3cba7bd2d675cf6b99544af58bd24f98620
2022-04-09 20:17:13 -04:00
651862fa2f Symbol fixes & cleanup
Former-commit-id: 8a13a04b78c7a85e03046f7b3a2b9fefd76109fb
2022-04-04 10:22:31 -04:00
dfe56fda27 Initial commit
Former-commit-id: ce247fb2645aa0e959f1354f84e51520df5c4584
2022-03-23 17:22:48 -04:00