Minor JSystem/Z2Audio fixes (#2650)

This commit is contained in:
Max Roncace
2025-09-12 02:39:23 -04:00
committed by GitHub
parent 93d3b2af3b
commit 41315ee2ce
11 changed files with 95 additions and 32 deletions
+1 -2
View File
@@ -21,7 +21,7 @@ class JKRSolidHeap;
/**
* @ingroup jsystem-jaudio
*
*
*/
class JAUSection : public JKRDisposer, protected JSULink<JAUSection> {
public:
@@ -102,7 +102,6 @@ public:
/* 802A60AC */ bool newDynamicSeqBlock(u32);
/* 802A61D0 */ SeqDataReturnValue getSeqData(JAISoundID, JAISeqData*);
/* 802A6270 */ int releaseSeqData();
/* 802A6278 */ ~JAUSectionHeap() {}
JAISeqDataMgr* getSeqSeqDataMgr() { return this; }
JAISeqDataMgr* getSeSeqDataMgr() { return sectionHeapData_.seSeqDataMgr_; }