mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 19:21:30 +12:00
[DSP] Fix typo
This commit is contained in:
parent
4c8ddd2f10
commit
1bcdf7f18d
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ void DSPService::reset() {}
|
||||||
void DSPService::handleSyncRequest(u32 messagePointer) {
|
void DSPService::handleSyncRequest(u32 messagePointer) {
|
||||||
const u32 command = mem.read32(messagePointer);
|
const u32 command = mem.read32(messagePointer);
|
||||||
switch (command) {
|
switch (command) {
|
||||||
default: Helpers::panic("LCD service requested. Command: %08X\n", command);
|
default: Helpers::panic("DSP service requested. Command: %08X\n", command);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue