diff options
| author | Zen64 <xxzenshadowxx@gmail.com> | 2022-03-20 00:01:24 -0400 |
|---|---|---|
| committer | Zen64 <xxzenshadowxx@gmail.com> | 2022-03-20 00:01:24 -0400 |
| commit | 4eb820bb83220579512e1ee69c4e8e58f2a618fd (patch) | |
| tree | d3a27abdba0d0399a12919649af2a8ec35d20bb5 /libs/JSystem/JKernel/JKRFileLoader.cpp | |
| parent | 1303dd683e3a0e5144267f511eae9574adf56835 (diff) | |
Renamed instances of msl_c -> MSL_C because
Diffstat (limited to 'libs/JSystem/JKernel/JKRFileLoader.cpp')
| -rw-r--r-- | libs/JSystem/JKernel/JKRFileLoader.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/JSystem/JKernel/JKRFileLoader.cpp b/libs/JSystem/JKernel/JKRFileLoader.cpp index 48af1740c0..88e153fef8 100644 --- a/libs/JSystem/JKernel/JKRFileLoader.cpp +++ b/libs/JSystem/JKernel/JKRFileLoader.cpp @@ -4,7 +4,7 @@ // #include "JSystem/JKernel/JKRFileLoader.h" -#include "msl_c/MSL_Common/Src/string.h" +#include "MSL_C/MSL_Common/Src/string.h" #include "dol2asm.h" #include "global.h" @@ -193,10 +193,10 @@ SECTION_SDATA static u8 rootPath[2 + 6 /* padding */] = { // matches, but lbl_804508C0 is accessed through r13 #ifdef NONMATCHING const char* JKRFileLoader::fetchVolumeName(char* buffer, long bufferSize, const char* path) { - // lbl_803D2D18 = msl_c::__lower_map + // lbl_803D2D18 = MSL_C::__lower_map // lbl_8039D150 = JKernel::@stringBase0 "/" // lbl_804508C0 = JKernel::rootPath$2498 "/" - // lbl_803D2D18 = msl_c::__lower_map + // lbl_803D2D18 = MSL_C::__lower_map if (strcmp(path, lbl_8039D150) == 0) { strcpy(buffer, lbl_804508C0); |
