diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2021-09-30 07:13:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 10:13:49 -0400 |
| commit | 5390dfe55f14b1f8c59c031b2c229f583b4582cb (patch) | |
| tree | 8455978218184412e822527e231bfd776ffa43d9 /libs/Z2AudioLib/Z2SoundObject.cpp | |
| parent | 4efaff5faf5cb5e333629553e1a826cb8e046493 (diff) | |
Z2AudioMgr / various JAudio setup (#152)
* audioMgr setup
* bunch of JAudio setup
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundObject.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundObject.cpp | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/libs/Z2AudioLib/Z2SoundObject.cpp b/libs/Z2AudioLib/Z2SoundObject.cpp index c7046fb050..9cd329f33e 100644 --- a/libs/Z2AudioLib/Z2SoundObject.cpp +++ b/libs/Z2AudioLib/Z2SoundObject.cpp @@ -35,14 +35,6 @@ struct JAUSoundAnimation { /* 802A7044 */ void getEndSoundIndex(f32) const; }; -struct JAISoundParamsMove { - /* 802A2DB4 */ void moveVolume(f32, u32); - /* 802A2E0C */ void movePitch(f32, u32); - /* 802A2E64 */ void moveFxMix(f32, u32); -}; - -struct JAIAudience {}; - // // Forward References: // @@ -527,7 +519,8 @@ asm Z2SoundObjAnime::Z2SoundObjAnime() { #pragma push #pragma optimization_level 0 #pragma optimizewithasm off -asm void Z2SoundObjAnime::init(Vec* param_0, u8 param_1) { +extern "C" asm void init__15Z2SoundObjAnimeFP3VecUc() { + // asm void Z2SoundObjAnime::init(Vec* param_0, u8 param_1) { nofralloc #include "asm/Z2AudioLib/Z2SoundObject/init__15Z2SoundObjAnimeFP3VecUc.s" } |
