15 Commits

Author SHA1 Message Date
Henrique Gemignani Passos Lima
f7623bd219 Fix compiling with host compiler 2022-12-23 21:33:49 -03:00
Henrique Gemignani Passos Lima
f14ca94607
Fix building ninja all_source 2022-10-10 12:46:51 +03:00
133326ae40 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.
2022-10-09 01:37:23 -04:00
Henrique Gemignani Passos Lima
44e4110ffb
Compilation fix for many files 2022-10-06 02:34:48 +03:00
09999a24a1 Minor fixes, add COsContextDolphin to completed list in configure.py 2022-10-02 18:04:35 -07:00
cc514ecf6e Match and link COsContext 2022-10-02 00:43:00 -07:00
6944a14e89 Symbol fixes, headers & main progress 2022-10-01 02:19:15 -04:00
Henrique Gemignani Passos Lima
7e8bc34cab
Start RAssertDolphin (#3)
* Start RAssertDolphin

* Add OSContext

* Add missing files, Prime2's ErrorHandler

* Progress in ErrorHandler

* comments

* Don't link new code

* Format code

* Slight adjustments

* Use u16 for OSError
2022-09-29 19:09:11 -04:00
5d9f7afa3b CPlayer header, more CScriptPlatform, renaming 2022-09-19 00:19:46 -04:00
6a979e343f clang-format pass 2022-09-18 02:05:46 -04:00
a6e365791b More main progress; tons of headers & stuff 2022-09-13 00:28:02 -04:00
7eb08b6ee8 Migrate s32->int, u32->uint; fix dolphin/types.h 2022-09-05 00:01:22 -04:00
863cf71312 Migrate to inline=deferred,noauto 2022-07-28 09:19:26 -04:00
848752477e Reorganize includes to match asm 2022-07-18 18:42:58 -04:00
d9393c0953
Move Kyoto_CWD to MetroidPrime 2022-04-15 21:01:44 -07:00