mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 19:51:30 +12:00
Merge pull request #270 from wheremyfoodat/wheremyfoodat-patch-1
Fix NWM::UDS error message
This commit is contained in:
commit
f512676a73
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ void NwmUdsService::handleSyncRequest(u32 messagePointer) {
|
||||||
|
|
||||||
switch (command) {
|
switch (command) {
|
||||||
case NWMCommands::InitializeWithVersion: initializeWithVersion(messagePointer); break;
|
case NWMCommands::InitializeWithVersion: initializeWithVersion(messagePointer); break;
|
||||||
default: Helpers::panic("LCD service requested. Command: %08X\n", command);
|
default: Helpers::panic("NWM::UDS service requested. Command: %08X\n", command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue