mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
[APT] Revert accidental switch from panicDev to panic
This commit is contained in:
parent
3908900bca
commit
45593b3eab
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void APTService::handleSyncRequest(u32 messagePointer) {
|
|||
case APTCommands::SetScreencapPostPermission: setScreencapPostPermission(messagePointer); break;
|
||||
case APTCommands::TheSmashBrosFunction: theSmashBrosFunction(messagePointer); break;
|
||||
default:
|
||||
Helpers::panic("APT service requested. Command: %08X\n", command);
|
||||
Helpers::panicDev("APT service requested. Command: %08X\n", command);
|
||||
mem.write32(messagePointer + 4, Result::Success);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue