Renamed instances of msl_c -> MSL_C because

This commit is contained in:
Zen64
2022-03-20 00:01:24 -04:00
parent 1303dd683e
commit 4eb820bb83
325 changed files with 336 additions and 16333 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef MSL_COMMON_SRC_CHAR_IO_H
#define MSL_COMMON_SRC_CHAR_IO_H
#include "msl_c/MSL_Common/Src/ansi_files.h"
#include "MSL_C/MSL_Common/Src/ansi_files.h"
#include "dolphin/types.h"
extern "C" int fputs(const char*, FILE*);
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef MSL_MATH_H_
#define MSL_MATH_H_
#include "msl_c/MSL_Common/Src/float.h"
#include "MSL_C/MSL_Common/Src/float.h"
#include "dolphin/types.h"
extern "C" {
+1 -1
View File
@@ -4,7 +4,7 @@
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/types.h"
// TODO: move to msl_c/
// TODO: move to MSL_C/
extern "C" {
void memcpy(void*, const void*, s32);
void* memset(void* dest, int ch, u32 count);