Z2AudioMgr / various JAudio setup (#152)

* audioMgr setup

* bunch of JAudio setup
This commit is contained in:
TakaRikka
2021-09-30 07:13:49 -07:00
committed by GitHub
parent 4efaff5faf
commit 5390dfe55f
103 changed files with 1329 additions and 2696 deletions
+2 -6
View File
@@ -100,11 +100,6 @@ struct Z2Audience {
/* 802BDB44 */ void calcRelPosDolby(Vec const&, int);
};
struct JAISoundParamsMove {
/* 802A2DB4 */ void moveVolume(f32, u32);
/* 802A2E0C */ void movePitch(f32, u32);
};
//
// Forward References:
//
@@ -890,7 +885,8 @@ asm Z2CreatureEnemy::Z2CreatureEnemy() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void Z2CreatureEnemy::deleteObject() {
extern "C" asm void deleteObject__15Z2CreatureEnemyFv() {
// asm void Z2CreatureEnemy::deleteObject() {
nofralloc
#include "asm/Z2AudioLib/Z2Creature/deleteObject__15Z2CreatureEnemyFv.s"
}