Merge remote-tracking branch 'decomp/main' into compile

This commit is contained in:
kipcode66
2026-01-26 18:11:18 -05:00
646 changed files with 5742 additions and 1789 deletions
@@ -1,5 +1,5 @@
#include "uart_console_io_gcn.h"
#include "dolphin/os.h"
#include <dolphin/os.h>
int InitializeUART(size_t);
int WriteUARTN(unsigned char*, size_t);
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef __METROTRK_TRK_H__
#define __METROTRK_TRK_H__
#include "dolphin/types.h"
#include <dolphin/types.h>
#ifdef __cplusplus
extern "C" {
@@ -375,4 +375,4 @@ void TRKSaveExtended1Block();
}
#endif
#endif /* __METROTRK_TRK_H__ */
#endif /* __METROTRK_TRK_H__ */
@@ -1,6 +1,6 @@
#ifndef CPLUSLIBPPC_H
#define CPLUSLIBPPC_H
#include "dolphin/types.h"
#include <dolphin/types.h>
#endif /* CPLUSLIBPPC_H */
#endif /* CPLUSLIBPPC_H */
@@ -1,6 +1,6 @@
#ifndef __INIT_CPP_EXCEPTIONS_H
#define __INIT_CPP_EXCEPTIONS_H
#include "dolphin/types.h"
#include <dolphin/types.h>
#endif /* __INIT_CPP_EXCEPTIONS_H */
#endif /* __INIT_CPP_EXCEPTIONS_H */
@@ -1,6 +1,6 @@
#ifndef RUNTIME_H
#define RUNTIME_H
#include "dolphin/types.h"
#include <dolphin/types.h>
#endif /* RUNTIME_H */
#endif /* RUNTIME_H */
@@ -3,7 +3,7 @@
* Description:
*/
#include "dolphin/os.h"
#include <dolphin/os.h>
inline static void InitDefaultHeap(void) {
void* arenaLo;