mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 07:02:47 -04:00
nop JASDsp::releaseHalt
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user