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
+5 -5
View File
@@ -3,7 +3,7 @@
// Translation Unit: MSL_Common/Src/mem_funcs
//
#include "msl_c/MSL_Common/Src/mem_funcs.h"
#include "MSL_C/MSL_Common/Src/mem_funcs.h"
#include "dol2asm.h"
#include "dolphin/types.h"
@@ -30,7 +30,7 @@ extern "C" void __copy_longs_aligned();
#pragma optimizewithasm off
asm void __copy_longs_rev_unaligned() {
nofralloc
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_rev_unaligned.s"
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_rev_unaligned.s"
}
#pragma pop
@@ -40,7 +40,7 @@ asm void __copy_longs_rev_unaligned() {
#pragma optimizewithasm off
asm void __copy_longs_unaligned() {
nofralloc
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_unaligned.s"
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_unaligned.s"
}
#pragma pop
@@ -50,7 +50,7 @@ asm void __copy_longs_unaligned() {
#pragma optimizewithasm off
asm void __copy_longs_rev_aligned() {
nofralloc
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_rev_aligned.s"
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_rev_aligned.s"
}
#pragma pop
@@ -60,6 +60,6 @@ asm void __copy_longs_rev_aligned() {
#pragma optimizewithasm off
asm void __copy_longs_aligned() {
nofralloc
#include "asm/msl_c/MSL_Common/Src/mem_funcs/__copy_longs_aligned.s"
#include "asm/MSL_C/MSL_Common/Src/mem_funcs/__copy_longs_aligned.s"
}
#pragma pop