mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-28 18:30:54 -04:00
JASDSPBuf, JASChAllocQueue OK
This commit is contained in:
@@ -45,10 +45,9 @@ void JASystem::TDSPQueue::deQueue() {
|
||||
|
||||
/* 8028B224-8028B288 .text enQueue__Q28JASystem9TDSPQueueFPQ28JASystem8TChannel */
|
||||
void JASystem::TDSPQueue::enQueue(TChannel* param_1) {
|
||||
/* Nonmatching */
|
||||
JSUListIterator<TChannel> it;
|
||||
for (it = sDspQueueList.getFirst(); it != sDspQueueList.getEnd(); it++) {
|
||||
if ((it->field_0x48 & 0xff) <= (param_1->field_0x48 & 0xff)) {
|
||||
if (param_1->getNoteOnPriority() > it->getNoteOnPriority()) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user