23 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima
06c5486887 Fix compiling with host compiler
Former-commit-id: f7623bd2190780b26236260a9cd9b3329f4031d1
2022-12-23 21:33:49 -03:00
Henrique Gemignani Passos Lima
fa49ecfc17 Fixing build
Former-commit-id: f8e02c251c84d7e17b8c43b79b0d51a59b21c61f
2022-12-22 01:26:49 -03:00
Henrique Gemignani Passos Lima
d68b8e27cc Fix all compilation errors when building for host
Former-commit-id: c4735661609debadf8e3b27c89d4598c49780359
2022-10-21 14:24:45 +03:00
5580c42dc6 Various build fixes for host builds
Former-commit-id: 2659556809a8e7b0b77ddc974e9ddaa200a77250
2022-10-20 21:32:04 -04:00
2a8516d4cc Add CMetroidAreaCollider
Former-commit-id: 71ff684be4d7b57d5bab5180a042ee1d43c67adf
2022-10-20 20:26:45 -04:00
Pwootage
0fbdb1f381 CGBASupport (#13)
* Start work on GBASupport

* Match update

* Almost perfect match

* Very close to 100% match

* Match & link CGBASupport

* Fix some naming

* use c-cstle cast and round-up

Former-commit-id: d8804b5244e8365aafd58fdf52a67e258e62f4d9
2022-10-16 13:20:36 -07:00
9a35941d7c Remove CCallStack hack
Former-commit-id: 20ccef8a331084e5451fe3f5e0f09f976ed48600
2022-10-14 21:33:23 -07:00
d694d5e4ea Match and link CCallStackDolphin
Former-commit-id: 2606c5f4a1b2815f250592e56a8af2a88f10ca42
2022-10-14 08:46:40 -07:00
58d095dcd4 Match and link CMemory
Former-commit-id: 16d013b419b7247d0da31211e064e6800041437c
2022-10-12 01:07:35 -07:00
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
adb54a9892 Symbol fixes, headers & main progress
Former-commit-id: 6944a14e890aff84111901c37e9a7b96a3e38517
2022-10-01 02:19:15 -04:00
befc3f4ce7 More allocator work
Former-commit-id: fc2d2455dcb4b8bcf3f72ad64cda8ba9830abdea
2022-09-21 23:03:38 -07:00
57bb02906e More allocator work
Former-commit-id: 57ce723ec2d787b29c5ba3b4924842db591b4bfe
2022-09-19 21:35:24 -07:00
234afca6c2 clang-format pass
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04:00
64fe52845f Link CDolphinController.cpp
Former-commit-id: 0450f7b1f110cc8da6fabce5edf8a5c447477317
2022-09-13 22:25:20 -07:00
329618c585 More main progress; tons of headers & stuff
Former-commit-id: a6e365791b35de8a1c056db8a4833150450c84d9
2022-09-13 00:28:02 -04:00
6b306c1121 Link DolphinIController.cpp, start matching CSmallAllocPool
Former-commit-id: 228319e2a55d1e007a9da7de0301e3aeb49f210a
2022-09-11 11:45:19 -07:00
4f851a605b Link CCircularBuffer.cpp
Former-commit-id: 5d82d47660778a7f81c72a2a1a46483417970841
2022-09-10 22:54:54 -07:00
0f25a3c8d4 Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee832f11971da0cfdc53b5a55b74ac79d
2022-09-05 00:01:22 -04:00
9d3a5c7670 Move back to 1.3.2 compiler
Former-commit-id: 1107bdaa26d4d991ec9f7d00e4736d2012561f98
2022-08-09 19:07:49 -04:00
e11b88ea1e Link IAllocator.cpp
Former-commit-id: 0680c9d62d1eb57057461f1879c3cf9fdab87d95
2022-07-20 21:47:03 -07:00
bed1bb88de Reorganize includes to match asm
Former-commit-id: 848752477e6833629bb0ce30125ca6f5dbffccd1
2022-07-18 18:42:58 -04:00