Merge pull request #560 from TakaRikka/msl

most of MSL_C/Runtime done
This commit is contained in:
Jasper St. Pierre
2023-12-27 21:29:11 -08:00
committed by GitHub
231 changed files with 7624 additions and 901 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef OS_H_
#define OS_H_
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "__va_arg.h"
#include "dolphin/dvd/dvd.h"
#include "dolphin/os/OSAlarm.h"
+1 -1
View File
@@ -33,7 +33,7 @@ typedef int BOOL;
(((u32)ptr[offset] << 24) | ((u32)ptr[offset + 1] << 16) | ((u32)ptr[offset + 2] << 8) | \
(u32)ptr[offset + 3]);
#include "MSL_C/MSL_Common/Src/stddef.h"
#include "stddef.h"
#define INT32_MAX (0x7fffffff)
#define UINT32_MAX (0xffffffff)