mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 07:02:47 -04:00
stub dsp send commands for now
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "JSystem/JAudio2/osdsp.h"
|
||||
#include "global.h"
|
||||
#include "os_report.h"
|
||||
#include "dusk/logging.h"
|
||||
|
||||
static void DspInitWork();
|
||||
static void DspHandShake(void* param_0);
|
||||
@@ -549,6 +550,9 @@ void DspBoot(void (*requestCallback)(void*)) {
|
||||
}
|
||||
|
||||
int DSPSendCommands2(u32* param_1, u32 param_2, void (*callBack)(u16)) {
|
||||
callBack(param_1[0]);
|
||||
STUB_RET(1);
|
||||
|
||||
s32 i;
|
||||
BOOL interruptFlag;
|
||||
s32 startWorkStatus;
|
||||
|
||||
Reference in New Issue
Block a user