MSL_C cleanup (#238)

* clean up MSL_C files according to prime decomp

* remove asm
This commit is contained in:
TakaRikka
2023-01-02 22:28:46 -07:00
committed by GitHub
parent f6a9947c6c
commit e1114ebcf9
101 changed files with 1310 additions and 1941 deletions
+1 -3
View File
@@ -26,12 +26,10 @@ typedef volatile f64 vf64;
typedef int BOOL;
typedef unsigned long size_t;
#define TRUE 1
#define FALSE 0
#define NULL (0)
#include "MSL_C/MSL_Common/Src/stddef.h"
#define INT32_MAX (0x7fffffff)
#define UINT32_MAX (0xffffffff)