Z2AudioMgr / various JAudio setup (#152)

* audioMgr setup

* bunch of JAudio setup
This commit is contained in:
TakaRikka
2021-09-30 10:13:49 -04:00
committed by GitHub
parent 4efaff5faf
commit 5390dfe55f
103 changed files with 1329 additions and 2696 deletions
+1 -16
View File
@@ -7,17 +7,6 @@
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Types:
//
struct JAISoundID {};
struct JAISoundHandles {
/* 802A2C98 */ void getHandleSoundID(JAISoundID);
/* 802A2CF4 */ void getFreeHandle();
};
//
// Forward References:
//
@@ -25,10 +14,6 @@ struct JAISoundHandles {
extern "C" void getHandleSoundID__15JAISoundHandlesF10JAISoundID();
extern "C" void getFreeHandle__15JAISoundHandlesFv();
//
// External References:
//
//
// Declarations:
//
@@ -49,7 +34,7 @@ asm void JAISoundHandles::getHandleSoundID(JAISoundID param_0) {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void JAISoundHandles::getFreeHandle() {
asm JAISoundHandle* JAISoundHandles::getFreeHandle() {
nofralloc
#include "asm/JSystem/JAudio2/JAISoundHandles/getFreeHandle__15JAISoundHandlesFv.s"
}