summaryrefslogtreecommitdiff
path: root/src/boot/build.c
AgeCommit message (Collapse)Author
2025-11-09Correctly type the global char arrays in build.h as const (#1827)Gabriel Ravier
Given that these arrays are typed as const in in build.c (and in OOT's include/build.h), it seems logical to also type them as const here.
2024-10-20build creator (#1726)engineer124
2023-09-12Non libultra Boot Cleanup (#1370)Derek Hensley
* reorganize * math64 * rcp_utils * osSyncPrintfUnused * comment spacing