Merge pull request #410 from wheremyfoodat/dsp

WIP: DSP support
This commit is contained in:
wheremyfoodat 2024-02-19 19:34:05 +00:00 committed by GitHub
commit 093364f615
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 868 additions and 159 deletions

View file

@ -123,10 +123,6 @@ void GPUService::registerInterruptRelayQueue(u32 messagePointer) {
}
void GPUService::requestInterrupt(GPUInterrupt type) {
// HACK: Signal DSP events on GPU interrupt for now until we have the DSP since games need DSP events
// Maybe there's a better alternative?
kernel.signalDSPEvents();
if (sharedMem == nullptr) [[unlikely]] { // Shared memory hasn't been set up yet
return;
}