mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-08 03:37:02 -04:00
Merge remote-tracking branch 'decomp/main'
This commit is contained in:
@@ -107,7 +107,7 @@ void* JASAudioThread::run() {
|
||||
|
||||
case AUDIOMSG_DSP:
|
||||
JUT_ASSERT(125, snIntCount != 0);
|
||||
snIntCount--;
|
||||
snIntCount -= 1;
|
||||
if (snIntCount == 0) {
|
||||
JASProbe::stop(7);
|
||||
JASDriver::finishDSPFrame();
|
||||
|
||||
Reference in New Issue
Block a user