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
@@ -3,7 +3,7 @@
#include "JSystem/J2DGraph/J2DTextBox.h"
#include "JSystem/JUtility/TColor.h"
#include "msl_c/MSL_Common/Src/printf.h"
#include "MSL_C/MSL_Common/Src/printf.h"
#include "dolphin/types.h"
class J2DPrint {
+1 -1
View File
@@ -2,7 +2,7 @@
#define JUTFONT_H
#include "JSystem/JUtility/TColor.h"
#include "msl_c/MSL_Common/Src/string.h"
#include "MSL_C/MSL_Common/Src/string.h"
#include "dolphin/gx/GX.h"
#include "dolphin/types.h"
+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);
+1 -1
View File
@@ -4,7 +4,7 @@
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/mtx/mtx.h"
#include "dolphin/types.h"
#include "msl_c/math.h"
#include "MSL_C/math.h"
inline bool cLib_IsZero(f32 f) {
return fabsf(f) < 8e-11f;
+1 -1
View File
@@ -2,7 +2,7 @@
#define C_M3D_H_
#include "dolphin/types.h"
#include "msl_c/math.h"
#include "MSL_C/math.h"
class cM3dGAab;
class cM3dGCps;
+1 -1
View File
@@ -3,7 +3,7 @@
#include "dolphin/mtx/vec.h"
#include "global.h"
#include "msl_c/math.h"
#include "MSL_C/math.h"
struct cXyz : Vec {
static const cXyz Zero;
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef D_SAVE_D_SAVE_H
#define D_SAVE_D_SAVE_H
#include "msl_c/MSL_Common/Src/printf.h"
#include "msl_c/MSL_Common/Src/string.h"
#include "MSL_C/MSL_Common/Src/printf.h"
#include "MSL_C/MSL_Common/Src/string.h"
#include "SSystem/SComponent/c_xyz.h"
#include "dolphin/os/OS.h"
#include "dolphin/types.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef INIT_H
#define INIT_H
#include "msl_c/MSL_Common/Src/string.h"
#include "MSL_C/MSL_Common/Src/string.h"
#include "dolphin/types.h"
#endif /* INIT_H */
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef M_DO_M_DO_PRINTF_H
#define M_DO_M_DO_PRINTF_H
#include "msl_c/MSL_Common/Src/char_io.h"
#include "msl_c/MSL_Common/Src/printf.h"
#include "MSL_C/MSL_Common/Src/char_io.h"
#include "MSL_C/MSL_Common/Src/printf.h"
#include "Runtime.PPCEABI.H/__va_arg.h"
#include "dolphin/types.h"
#include "m_Do/m_Do_main.h"
-6
View File
@@ -1,6 +0,0 @@
#ifndef MSL_COMMON_SRC_FILE_POS_H
#define MSL_COMMON_SRC_FILE_POS_H
#include "dolphin/types.h"
#endif /* MSL_COMMON_SRC_FILE_POS_H */
@@ -1,6 +0,0 @@
#ifndef MSL_COMMON_SRC_ABORT_EXIT_H
#define MSL_COMMON_SRC_ABORT_EXIT_H
#include "dolphin/types.h"
#endif /* MSL_COMMON_SRC_ABORT_EXIT_H */
-6
View File
@@ -1,6 +0,0 @@
#ifndef MSL_COMMON_SRC_ALLOC_H
#define MSL_COMMON_SRC_ALLOC_H
#include "dolphin/types.h"
#endif /* MSL_COMMON_SRC_ALLOC_H */
-40
View File
@@ -1,40 +0,0 @@
#ifndef MSL_COMMON_SRC_ANSI_FILES_H
#define MSL_COMMON_SRC_ANSI_FILES_H
#include "dolphin/types.h"
struct FILE {
/* 0x00 */ u32 handle;
/* 0x04 */ u32 file_mode;
/* 0x08 */ u32 file_state;
/* 0x0C */ u8 flag;
/* 0x0D */ char char_buffer;
/* 0x0E */ char char_buffer_2;
/* 0x0F */ char ungetc_buffer[2];
/* 0x12 */ u16 ungetc_wide_buffer[2];
/* 0x18 */ u32 position;
/* 0x1C */ u8* buffer;
/* 0x20 */ u32 buffer_size;
/* 0x24 */ u8* buffer_ptr;
/* 0x28 */ u32 buffer_length;
/* 0x2C */ u32 buffer_alignment;
/* 0x30 */ u32 buffer_length2;
/* 0x34 */ u32 buffer_position;
/* 0x38 */ void* position_fn;
/* 0x3C */ void* read_fn;
/* 0x40 */ void* write_fn;
/* 0x44 */ void* close_fn;
/* 0x48 */ void* unknown;
/* 0x4C */ struct FILE* next_file;
};
struct files {
FILE stdin;
FILE stdout;
FILE stderr;
FILE empty;
};
extern files __files;
#endif /* MSL_COMMON_SRC_ANSI_FILES_H */
-6
View File
@@ -1,6 +0,0 @@
#ifndef MSL_COMMON_SRC_ARITH_H
#define MSL_COMMON_SRC_ARITH_H
#include "dolphin/types.h"
#endif /* MSL_COMMON_SRC_ARITH_H */
-6
View File
@@ -1,6 +0,0 @@
#ifndef MSL_COMMON_SRC_BUFFER_IO_H
#define MSL_COMMON_SRC_BUFFER_IO_H
#include "dolphin/types.h"
#endif /* MSL_COMMON_SRC_BUFFER_IO_H */
-9
View File
@@ -1,9 +0,0 @@
#ifndef MSL_COMMON_SRC_CHAR_IO_H
#define MSL_COMMON_SRC_CHAR_IO_H
#include "msl_c/MSL_Common/Src/ansi_files.h"
#include "dolphin/types.h"
extern "C" int fputs(const char*, FILE*);
#endif /* MSL_COMMON_SRC_CHAR_IO_H */
-10
View File
@@ -1,10 +0,0 @@
#ifndef MSL_COMMON_SRC_CTYPE_H
#define MSL_COMMON_SRC_CTYPE_H
#include "dolphin/types.h"
extern "C" {
int tolower(int);
};
#endif /* MSL_COMMON_SRC_CTYPE_H */
-6
View File
@@ -1,6 +0,0 @@
#ifndef MSL_COMMON_SRC_DIRECT_IO_H
#define MSL_COMMON_SRC_DIRECT_IO_H
#include "dolphin/types.h"
#endif /* MSL_COMMON_SRC_DIRECT_IO_H */

Some files were not shown because too many files have changed in this diff Show More