mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
Minor JSystem/Z2Audio fixes (#2650)
This commit is contained in:
@@ -773,6 +773,7 @@ public:
|
||||
u32 getTexGenNum() const { return mTexGenNum; }
|
||||
void setTexGenNum(u32 num) { mTexGenNum = num; }
|
||||
void setTexCoord(u32 i, J2DTexCoord coord) { mTexGenCoord[i] = coord; }
|
||||
void setTexCoord(u32 i, const J2DTexCoord* coord) { mTexGenCoord[i] = *coord; }
|
||||
void setTexMtx(u32 i, J2DTexMtx* mtx) { mTexMtx[i] = mtx; }
|
||||
J2DTexMtx& getTexMtx(u32 i) { return *mTexMtx[i]; }
|
||||
J2DTexCoord& getTexCoord(u32 i) { return mTexGenCoord[i]; }
|
||||
|
||||
@@ -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_; }
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
#include "JSystem/JSystem.pch" // IWYU pragma: export
|
||||
#endif
|
||||
|
||||
#endif // DOLZEL_PCH
|
||||
#endif // JSYSTEM_H
|
||||
|
||||
Reference in New Issue
Block a user