JAudio2 Work (#228)

This commit is contained in:
jdflyer
2022-12-30 16:19:57 -07:00
committed by GitHub
parent 5d4f161d43
commit 463348bfc7
30 changed files with 429 additions and 441 deletions
+6
View File
@@ -3,4 +3,10 @@
#include "dolphin/types.h"
void DSPReleaseHalt2(u32 msg);
u16 DSP_CreateMap2(u32 msg);
void DSPSendCommands2(u32* msgs, u32 param_1, void (*param_2)(u16));
void DsetupTable(u32 param_0, u32 param_1, u32 param_2, u32 param_3, u32 param_4);
void DsetMixerLevel(f32 level);
#endif /* DSP_H */