mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-28 17:20:51 -04:00
JAudio2 and Z2AudioLib work (#2223)
* JAudio2 and Z2AudioLib work * check1stDynamicWave matched
This commit is contained in:
@@ -4,18 +4,8 @@
|
||||
//
|
||||
|
||||
#include "JSystem/JAudio2/dspproc.h"
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
#include "JSystem/JAudio2/dsptask.h"
|
||||
#include "JSystem/JAudio2/JASDSPInterface.h"
|
||||
|
||||
/* 8029E4E0-8029E528 298E20 0048+00 0/0 1/1 0/0 .text DSPReleaseHalt2__FUl */
|
||||
void DSPReleaseHalt2(u32 msg) {
|
||||
@@ -26,7 +16,6 @@ void DSPReleaseHalt2(u32 msg) {
|
||||
DSPSendCommands2(msgs,0,NULL);
|
||||
}
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 804512F8-80451300 0007F8 0004+04 2/2 0/0 0/0 .sbss flag */
|
||||
static volatile BOOL flag;
|
||||
|
||||
@@ -81,4 +70,4 @@ void DsyncFrame4ch(u32 param_0, u32 param_1, u32 param_2, u32 param_3, u32 param
|
||||
msgs[3] = param_3;
|
||||
msgs[4] = param_4;
|
||||
DSPSendCommands2(msgs, 5, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user