Disable JASAiCtrl safety kill code

Doesn't work properly and causes weird behavior
This commit is contained in:
PJB3005
2026-03-16 23:35:57 +01:00
parent 3bab77b59d
commit c2879e735c
+3
View File
@@ -152,6 +152,8 @@ void JASDriver::updateDSP() {
JASPortCmd::execAllCommand();
DSPSyncCallback();
#if !TARGET_PC
// Safety kill code? Our audio engine isn't consistent enough and hits this incorrectly.
static u32 old_time = 0;
static u32 history[10] = {0x000F4240};
u32 r28 = OSGetTick();
@@ -172,6 +174,7 @@ void JASDriver::updateDSP() {
JASDSPChannel::killActiveChannel();
#endif
}
#endif
JASChannel::receiveBankDisposeMsg();
JASDSPChannel::updateAll();