diff options
| author | Julgodis <> | 2021-04-08 01:47:05 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 01:47:05 +0200 |
| commit | a23a10639979ee10cbea5ffdadadc490d9e60227 (patch) | |
| tree | 75a86f6d6760a9f4183f3e97606eb7747399a0a8 /libs/Z2AudioLib/Z2AudioArcLoader.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'libs/Z2AudioLib/Z2AudioArcLoader.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2AudioArcLoader.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/Z2AudioLib/Z2AudioArcLoader.cpp b/libs/Z2AudioLib/Z2AudioArcLoader.cpp index 409272d504..2f004caf47 100644 --- a/libs/Z2AudioLib/Z2AudioArcLoader.cpp +++ b/libs/Z2AudioLib/Z2AudioArcLoader.cpp @@ -11,7 +11,9 @@ // Types: // -struct JKRHeap {}; +struct JKRHeap { + static u8 sCurrentHeap[4]; +}; struct JKRArchive { struct EMountDirection {}; @@ -94,7 +96,7 @@ extern "C" void _restgpr_29(); extern "C" extern void* __vt__17JAUAudioArcLoader[17 + 1 /* padding */]; extern "C" extern u8 data_80450B40[4]; extern "C" extern u8 data_80450CC0[4 + 4 /* padding */]; -extern "C" extern u8 sCurrentHeap__7JKRHeap[4]; +extern "C" u8 sCurrentHeap__7JKRHeap[4]; // // Declarations: |
