JASTrack, JASNoteMgr, JASOuterParam, JASSeqParser

This commit is contained in:
Jcw87
2023-11-03 15:36:27 -07:00
parent dbddf2c4e9
commit 168fdcc05e
11 changed files with 1138 additions and 200 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ int JASystem::TChannel::getOscState(u32 oscnum) const {
}
/* 8028BB14-8028BB98 .text isOsc__Q28JASystem8TChannelFUl */
bool JASystem::TChannel::isOsc(u32 oscnum) {
BOOL JASystem::TChannel::isOsc(u32 oscnum) {
/* Nonmatching */
JUT_ASSERT(284, oscnum < (4));
return osc[oscnum]->field_0x0 != 0;