jaudio memory almost fully matched

This commit is contained in:
roeming
2025-07-04 12:53:40 -04:00
parent f3518cd1f1
commit b9fd1250a4
5 changed files with 1363 additions and 267 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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);
+5
View File
@@ -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;