Fixed capitalization and msl library names

This commit is contained in:
Zen64
2022-03-19 22:31:05 -04:00
parent 6ff6982c20
commit 727b2768e2
269 changed files with 353 additions and 1276 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
//
#include "JSystem/JKernel/JKRFileLoader.h"
#include "MSL_C.PPCEABI.bare.H/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.PPCEABI.bare.H::__lower_map
// lbl_803D2D18 = msl_c::__lower_map
// lbl_8039D150 = JKernel::@stringBase0 "/"
// lbl_804508C0 = JKernel::rootPath$2498 "/"
// lbl_803D2D18 = MSL_C.PPCEABI.bare.H::__lower_map
// lbl_803D2D18 = msl_c::__lower_map
if (strcmp(path, lbl_8039D150) == 0) {
strcpy(buffer, lbl_804508C0);