Fixed capitalization and msl library names

This commit is contained in:
Zen64
2022-03-19 22:31:05 -04:00
parent 6ff6982c20
commit 727b2768e2
269 changed files with 353 additions and 1276 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/types.h"
// TODO: move to MSL_C.PPCEABI.bare.H/
// TODO: move to msl_c/
extern "C" {
void memcpy(void*, const void*, s32);
void* memset(void* dest, int ch, u32 count);