nop JASDsp::releaseHalt

This commit is contained in:
PJB3005
2026-03-12 11:48:55 +01:00
parent e07fbef818
commit d77bceb821
@@ -50,6 +50,10 @@ void JASDsp::boot(void (*param_0)(void*)) {
}
void JASDsp::releaseHalt(u32 param_0) {
#if TARGET_PC
// Dusk DSP does not work incrementally.
return;
#endif
DSPReleaseHalt2(param_0);
}