mirror of
https://github.com/zeldaret/tp
synced 2026-09-10 20:10:11 -04:00
Work On JAudio (#2067)
* Match two JASTrack functions * dsptask, JAISoundStarter OK. Other small matches * Work on JAIStream * Work on JAIStreamMgr * Work on JAISeqMgr * Formatting
This commit is contained in:
@@ -8,29 +8,6 @@
|
||||
#include "dolphin/os.h"
|
||||
#include "dolphin/dsp/dsp_task.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
// Unclear why this is a different type than DSPTaskInfo
|
||||
struct STRUCT_DSP_TASK {
|
||||
DSPTaskInfo info;
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
|
||||
/* 8029EA00-8029EA84 299340 0084+00 0/0 1/1 0/0 .text DSPAddTask */
|
||||
DSPTaskInfo* DSPAddTask(DSPTaskInfo* task) {
|
||||
if (DSP_prior_task == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user