mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 21:45:19 -04:00
JAudio field name/comment pass
HUGE thanks to XAYRGA for their work documenting JAudio file formats
This commit is contained in:
@@ -47,7 +47,7 @@ s32 JASAudioReseter::checkDone() const {
|
||||
|
||||
s32 JASAudioReseter::calc() {
|
||||
if (field_0x0==0) {
|
||||
for (size_t i = 0; i<64; i++) {
|
||||
for (size_t i = 0; i<DSP_CHANNELS; i++) {
|
||||
JASDSPChannel* handle = JASDSPChannel::getHandle(i);
|
||||
if (handle->getStatus() == 0) {
|
||||
handle->drop();
|
||||
|
||||
Reference in New Issue
Block a user