[DSP] Fix typo
This commit is contained in:
@@ -16,6 +16,6 @@ void DSPService::reset() {}
|
||||
void DSPService::handleSyncRequest(u32 messagePointer) {
|
||||
const u32 command = mem.read32(messagePointer);
|
||||
switch (command) {
|
||||
default: Helpers::panic("LCD service requested. Command: %08X\n", command);
|
||||
default: Helpers::panic("DSP service requested. Command: %08X\n", command);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user