mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 01:48:14 -04:00
Merge remote-tracking branch 'decomp/main' into compile
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user