Dragorn421
|
a9526a3354
|
Fix misc 6 (#1148)
* Fix typo `vertexs` -> `vertices`
* Fix typo `limbMatricies` -> `limbMatrices`
* Fix some `gSPTextureRectangle` usage of fixed point constants
* Run formatter
* `ALIGN8` macro
* `object_skj` cleanup
* sholder -> shoulder
* cleanup `stdbool.h`
* Some function prototypes cleanup
* Use macros in `osVirtualToPhysical`
|
2022-02-20 14:22:29 +01:00 |
|
Anghelo Carvajal
|
2191c8b0a0
|
Use __builtin_offsetof for non IDO builds (#1140)
* Add offsetof macro
* Change old uses of OFFSETOF with offsetof
|
2022-02-13 00:05:11 -05:00 |
|
Tharo
|
c8f4d66b00
|
Documentation for fault.c and fault_drawer.c (#1106)
* Mostly document fault and fault_drawer
* FaultDrawer printf functions return s32
* Review Suggestions for comments
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
* Some further review suggestions
* Further changes from suggestions
* Fix Fault_AddClient doc comment
* Bug comment for memdump overrun, add more to Fault_PadCallback bug comment
* mb -> MB, comment about bss above externs
* Fix color codes
Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
|
2022-02-02 16:43:34 -05:00 |
|
Tharo
|
f1d183d6fe
|
libultra files and directories restructure (#1038)
* Restructure files, begin header restructure
* Format
* us2dex
* Fix parallel spelling
Co-authored-by: JoshDuMan <40190173+JoshDuMan@users.noreply.github.com>
* Use OS_K0_TO_PHYSICAL in place of VIRTUAL_TO_PHYSICAL in osAiSetNextBuffer
* Uppercase hex, exception vector address defines
* Interrupt flags 1
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
* Interrupt flags 2
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Co-authored-by: JoshDuMan <40190173+JoshDuMan@users.noreply.github.com>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
|
2021-11-30 19:08:57 -05:00 |
|