mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-22 05:49:04 -04:00
jaudio memory almost fully matched
This commit is contained in:
@@ -22,5 +22,8 @@ extern void Nas_Release_Channel_Force(note* n);
|
||||
extern void Nas_EntryTrack(channel* chan, note* n);
|
||||
|
||||
extern void Nas_CutList(link* l);
|
||||
extern void Nas_StopVoice(channel* chan);
|
||||
|
||||
extern void Nas_ChannelInit(void);
|
||||
extern void Nas_InitChannelList(void);
|
||||
#endif
|
||||
|
||||
@@ -14,7 +14,7 @@ extern void* Nas_Alloc_Single(s32 size, s32 bank_id, u8* wave_addr, s8 medium, s
|
||||
extern void* Nas_CacheOff(u8* addr, s32 size);
|
||||
|
||||
extern void* Nas_SzHeapAlloc(s32 table_type, s32 size, s32 cache_type, s32 id);
|
||||
extern u32 Nas_SzCacheCheck(s32 type, s32 cache_type, s32 id);
|
||||
extern void* Nas_SzCacheCheck(s32 type, s32 cache_type, s32 id);
|
||||
extern void Nas_SzStayDelete(s32 type);
|
||||
extern void Nas_SzHeapReset(u32 fix_size);
|
||||
|
||||
|
||||
@@ -55,6 +55,11 @@ extern void LpsDma(s32 reset_status);
|
||||
extern s32 Nas_CheckBgWave(s32 reset_status);
|
||||
extern void Nas_BgCopyMain(s32 reset_status);
|
||||
|
||||
extern void EmemReload(void);
|
||||
extern void Nas_BgCopyInit(void);
|
||||
extern void MK_Init(void);
|
||||
extern void Nas_WaveDmaNew(s32 n_channels);
|
||||
|
||||
extern BOOL AUDIO_SYSTEM_READY;
|
||||
extern Na_DmaProc NA_DMA_PROC;
|
||||
extern OSMesgQueue MK_QUEUE;
|
||||
|
||||
Reference in New Issue
Block a user