diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-12-16 06:55:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 16:55:07 +0200 |
| commit | 8185d87f855baff0d55d0e3ffc1a3cbdcfc4b5e2 (patch) | |
| tree | 2a3c01f1a2a8b81de5a0748a5bcb187a97e7a114 /src/Z2AudioLib | |
| parent | c8104b6d62cc424318c7e0c44c92d94234bfef15 (diff) | |
copy homebuttonLib from oot-vc (#2960)
* initial copy of hbm from sdk_2009-12-11
* some more nw4hbm cleanup
* nw4hbm db mostly done
* nw4hbm snd copied from oot-vc
* nw4hbm ut copied
* nw4hbm lyt copied
* nw4hbm copied, mostly matching usa 1.0
* setup nw4hbm debug define
* fix HBMDataInfo struct
* add rvl sdk card lib
Diffstat (limited to 'src/Z2AudioLib')
| -rw-r--r-- | src/Z2AudioLib/Z2SoundMgr.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Z2AudioLib/Z2SoundMgr.cpp b/src/Z2AudioLib/Z2SoundMgr.cpp index ef0f515829..add152850c 100644 --- a/src/Z2AudioLib/Z2SoundMgr.cpp +++ b/src/Z2AudioLib/Z2SoundMgr.cpp @@ -5,12 +5,15 @@ #include "Z2AudioLib/Z2SeqMgr.h" #include "Z2AudioLib/Z2SeMgr.h" #include "Z2AudioLib/Z2SoundInfo.h" -#include "Z2AudioLib/Z2AudioCS.h" #include "JSystem/JAudio2/JASCalc.h" #include "JSystem/JAudio2/JASDriverIF.h" #include "JSystem/JAudio2/JAUSectionHeap.h" #include "d/d_com_inf_game.h" +#if PLATFORM_WII || PLATFORM_SHIELD +#include "Z2AudioLib/Z2AudioCS.h" +#endif + u16 seqCallback(JASTrack* track, u16 command) { switch (command) { case 0x1000: |
