mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
work on jaudio
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef ARAMCALL_H
|
||||
#define ARAMCALL_H
|
||||
#include "types.h"
|
||||
void Jac_WaveDirectorySet(char*);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,10 @@
|
||||
#ifndef AUDIOTHREAD_H
|
||||
#define AUDIOTHREAD_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern "C"{
|
||||
void StartAudioThread(void*, u32, u32, u32);
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef CMDSTACK_H
|
||||
#define CMDSTACK_H
|
||||
#include "types.h"
|
||||
extern "C"{
|
||||
void Jac_Portcmd_Init(void);
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef CONNECT_H
|
||||
#define CONNECT_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void Jac_ConnectTableInit(void);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef DUMMYPROBE_H
|
||||
#define DUMMYPROBE_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern "C"{
|
||||
void Probe_Start(void);
|
||||
void Probe_Finish(void);
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,10 @@
|
||||
#ifndef JAMMAIN_H
|
||||
#define JAMMAIN_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
extern "C"{
|
||||
void Jam_InitRegistTrack(void);
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef SEQSETUP_H
|
||||
#define SEQSETUP_H
|
||||
#include "types.h"
|
||||
extern "C"{
|
||||
void Jaq_Reset(void);
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,9 @@
|
||||
#ifndef VERYSIMPLE_H
|
||||
#define VERYSIMPLE_H
|
||||
#include "types.h"
|
||||
|
||||
void Jac_Start(void*, u32, u32);
|
||||
void Jac_PlayInit(void);
|
||||
|
||||
|
||||
#endif
|
||||
@@ -1,5 +1,6 @@
|
||||
#ifndef LIBULTRA_H
|
||||
#define LIBULTRA_H
|
||||
|
||||
#include "types.h"
|
||||
#include "dolphin/OS/OSTime.h"
|
||||
#include "dolphin/OS/OSCache.h"
|
||||
@@ -12,6 +13,6 @@ void osWritebackDCache(void* vaddr, u32 nbytes);
|
||||
u32 osGetCount(void);
|
||||
OSTime osGetTime(void);
|
||||
|
||||
extern s32 osAppNMIBuffer[15];
|
||||
s32 osAppNMIBuffer[15];
|
||||
|
||||
#endif
|
||||
#endif
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "types.h"
|
||||
|
||||
#include "dolphin/OS/os.h"
|
||||
#include "libultra/libultra.h"
|
||||
//#include "JSystem/JUT/JUTAssertion.h"
|
||||
//#include "JSystem/JUT/JUTDbPrint.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user