mirror of
https://github.com/zeldaret/tp
synced 2026-05-26 23:47:46 -04:00
JAudio2 debug (#3006)
This commit is contained in:
@@ -157,7 +157,7 @@ bool Z2SoundMgr::startSound(JAISoundID soundID, JAISoundHandle* handle, const JG
|
||||
OS_REPORT("[Z2SoundMgr::startSound] FAILED!!! LOAD SEQ_DATA id: %08x\n", *(u32*)&soundID);
|
||||
|
||||
for (JSULink<JAUSeqDataBlock>* link = sectionHeap->getSectionHeapData().seqDataBlocks.getFreeBlocks().getFirst(); link != NULL; link = link->getNext()) {
|
||||
OS_REPORT(" freeSeqBlock: %d\n", link->getObject()->field_0x14.size);
|
||||
OS_REPORT(" freeSeqBlock: %d\n", link->getObject()->region.size);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user