diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-09-20 13:16:06 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-09-20 13:16:06 -0400 |
| commit | 3bf16291732ef22fda00044f65bd23f243a62f04 (patch) | |
| tree | 569202948e78fb031ad4e6dc0816c0b16cbe0e59 /include | |
| parent | 9066be8e31b2c203ccdf54f0026d33c3f6f8edf3 (diff) | |
JASBasicWaveBank OK
Diffstat (limited to 'include')
| -rw-r--r-- | include/JSystem/JAudio/JASTrack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/JAudio/JASTrack.h b/include/JSystem/JAudio/JASTrack.h index 16d43ffe..ceedcd09 100644 --- a/include/JSystem/JAudio/JASTrack.h +++ b/include/JSystem/JAudio/JASTrack.h @@ -282,7 +282,7 @@ namespace JASystem { u8 checkImport(int i) const { return mTrackPort.checkImport(i); } u8 checkExport(int i) const { return mTrackPort.checkExport(i); } void getActivity() const {} - void getRoute() const {} + int getRoute() const { return mRoute; } TSeqCtrl* getSeq() { return &mSeqCtrl; } void pauseTrackAll() { pause(true, true); } void unPauseTrackAll() { pause(false, true); } @@ -311,7 +311,7 @@ namespace JASystem { /* 0x360 */ TOuterParam* mOuterParam; /* 0x364 */ f32 field_0x364; /* 0x368 */ f32 field_0x368; - /* 0x36C */ int field_0x36c; + /* 0x36C */ int mRoute; /* 0x370 */ u32 mUpdateFlags; /* 0x374 */ u16 field_0x374; /* 0x376 */ u16 field_0x376; |
