mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Z2AudioMgr / various JAudio setup (#152)
* audioMgr setup * bunch of JAudio setup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user