diff options
| author | lepelog <lepelog@users.noreply.github.com> | 2021-04-19 18:11:56 +0200 |
|---|---|---|
| committer | lepelog <lepelog@users.noreply.github.com> | 2021-04-19 18:11:56 +0200 |
| commit | a9c78b5b0bc85f45e4ed5a3e9f1ddc12c8c47308 (patch) | |
| tree | f1b088b0b73c4df9e7ef80dc0798f8afd1d4ed6c /libs/JSystem/JKernel/JKRFileCache.cpp | |
| parent | 8cfd681585f83e139bf980917923153664e51093 (diff) | |
| parent | 3e8554bd51f7fd1e8fc2e2dc517295379a780917 (diff) | |
Merge remote-tracking branch 'Julgodis/dol2asm_fullsplitt' into new-disasm-codecopy
Diffstat (limited to 'libs/JSystem/JKernel/JKRFileCache.cpp')
| -rw-r--r-- | libs/JSystem/JKernel/JKRFileCache.cpp | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/libs/JSystem/JKernel/JKRFileCache.cpp b/libs/JSystem/JKernel/JKRFileCache.cpp index f038e777fa..c0886b9936 100644 --- a/libs/JSystem/JKernel/JKRFileCache.cpp +++ b/libs/JSystem/JKernel/JKRFileCache.cpp @@ -179,6 +179,15 @@ asm void JKRFileCache::mount(char const* param_0, JKRHeap* param_1, char const* #pragma pop /* ############################################################################################## */ +/* 8039D158-8039D158 0297B8 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ +#pragma push +#pragma force_active on +SECTION_DEAD static char const* const stringBase_8039D158 = "/"; +SECTION_DEAD static char const* const stringBase_8039D15A = "dvd"; +/* @stringBase0 padding */ +SECTION_DEAD static char const* const pad_8039D15E = "\0"; +#pragma pop + /* 803CC238-803CC288 029358 004C+04 2/2 0/0 0/0 .data __vt__12JKRFileCache */ SECTION_DATA extern void* __vt__12JKRFileCache[19 + 1 /* padding */] = { (void*)NULL /* RTTI */, @@ -447,12 +456,4 @@ asm void JKRFileCache::readNameResource(void* param_0, u32 param_1, u32 param_2, } #pragma pop -/* 8039D158-8039D160 0297B8 0006+02 3/3 0/0 0/0 .rodata @stringBase0 */ -#pragma push -#pragma force_active on -#pragma section ".dead" -SECTION_DEAD static char const* const stringBase_8039D158 = "/"; -SECTION_DEAD static char const* const stringBase_8039D15A = "dvd"; -/* @stringBase0 padding */ -SECTION_DEAD static char const* const pad_8039D15E = "\0"; -#pragma pop +/* 8039D158-8039D158 0297B8 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
