diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/Z2AudioLib/Z2AudioArcLoader.cpp | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
project cleanup (#2895)
* some wii OS fixes
* remove old dol2asm comments
* remove dol2asm.h
* remove function address comments
* normalize ATTRIBUTE_ALIGN usage
* DECL_WEAK macro
* fix gcc attribute weak macro
* wrap more mwcc specific things in ifdefs
* fixes
* fix revo sdk version flags
* fixes
Diffstat (limited to 'src/Z2AudioLib/Z2AudioArcLoader.cpp')
| -rw-r--r-- | src/Z2AudioLib/Z2AudioArcLoader.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Z2AudioLib/Z2AudioArcLoader.cpp b/src/Z2AudioLib/Z2AudioArcLoader.cpp index 6281f1d197..d16a9d82ab 100644 --- a/src/Z2AudioLib/Z2AudioArcLoader.cpp +++ b/src/Z2AudioLib/Z2AudioArcLoader.cpp @@ -6,10 +6,8 @@ #include "Z2AudioLib/Z2FxLineMgr.h" #include "m_Do/m_Do_ext.h" -/* 802A9A34-802A9A70 2A4374 003C+00 0/0 1/1 0/0 .text __ct__16Z2AudioArcLoaderFP10JAUSection */ Z2AudioArcLoader::Z2AudioArcLoader(JAUSection* section) : JAUAudioArcLoader(section) {} -/* 802A9A70-802A9AC8 2A43B0 0058+00 1/0 0/0 0/0 .text readCommandMore__16Z2AudioArcLoaderFUl */ bool Z2AudioArcLoader::readCommandMore(u32 command) { bool rv = false; u32 read = 0; @@ -25,7 +23,6 @@ bool Z2AudioArcLoader::readCommandMore(u32 command) { return rv; } -/* 802A9AC8-802A9B54 2A4408 008C+00 1/1 0/0 0/0 .text readBFCA__16Z2AudioArcLoaderFPCv */ void Z2AudioArcLoader::readBFCA(const void* addr) { JUT_ASSERT(76, addr); @@ -38,8 +35,6 @@ void Z2AudioArcLoader::readBFCA(const void* addr) { JKRUnmountArchive(archive); } -/* 802A9B54-802A9B58 2A4494 0004+00 1/0 0/0 0/0 .text readBSTN__16Z2AudioArcLoaderFPCvUl - */ void Z2AudioArcLoader::readBSTN(const void* addr, u32 param_1) { #if VERSION == VERSION_SHIELD_DEBUG JAUSectionHeap* sectionHeap = JASGlobalInstance<JAUSectionHeap>::getInstance(); |
