renamed msl_c -> MSL_C

This commit is contained in:
Zen64
2022-03-19 23:44:14 -04:00
parent ee08cbf832
commit 6a07c6ed6b
217 changed files with 15997 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/mbstring
//
#include "msl_c/MSL_Common/Src/mbstring.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
extern "C" void wcstombs();
//
// External References:
//
extern "C" void strncpy();
//
// Declarations:
//
/* ############################################################################################## */
/* 80456668-80456670 004C68 0004+04 1/1 0/0 0/0 .sdata2 @74 */
SECTION_SDATA2 static u32 lit_74[1 + 1 /* padding */] = {
0x0000C0E0,
/* padding */
0x00000000,
};
/* 80365F74-8036608C 3608B4 0118+00 0/0 1/1 0/0 .text wcstombs */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void wcstombs() {
nofralloc
#include "asm/msl_c/MSL_Common/Src/mbstring/wcstombs.s"
}
#pragma pop