Commit Graph

6 Commits

Author SHA1 Message Date
cadmic d693726da8 SDK headers cleanup (#26)
* Use #include "..." rather than #include <...>

* Remove unused dolphin headers

* Go through dolphin/base.h

* Remove __cplusplus guards

* Go through dolphin/gx.h

* Move dolphin OS headers to subdirectory

* Go through dolphin/os.h

* Go through the rest of dolphin headers

* Split out si.h

* Split up hw_regs.h

* Change #include <> to #include "" in debug info

* Create dolphin/thp.h

* Go through variables.h

* Create dolphin.h
2024-02-21 13:56:38 -08:00
cadmic f8b84e3c77 Import SDK headers from dolsdk2001 (#22)
* Import SDK headers from dolsdk2001

* Remove execute permissions

* Format include/dolphin/
2024-02-20 13:27:26 -08:00
cadmic 0c7010767c Reverse function order in debug info (#20) 2024-02-17 15:19:30 -08:00
cadmic c1a9841930 Replace f32/f64 in debug info 2024-02-16 18:21:43 -08:00
cadmic 277f667945 Rewrite debug info: variable locations, integer types, formatting (#11)
* Rewrite debug info

* Add typedefs to structs/enums/unions
2024-02-16 17:12:48 -08:00
cadmic 70751d09e2 Commit debug info 2024-02-11 12:06:52 -08:00