mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-09 01:28:45 +00:00
Update apt.cpp
This commit is contained in:
parent
9f94a1420f
commit
4df6c83068
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ void APTService::appletUtility(u32 messagePointer) {
|
|||
|
||||
mem.write32(messagePointer, IPC::responseHeader(0x4B, 2, 2));
|
||||
mem.write32(messagePointer + 4, Result::Success);
|
||||
mem.write32(messagePointer + 8, Result::Success);
|
||||
}
|
||||
|
||||
void APTService::preloadLibraryApplet(u32 messagePointer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue