mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 12:10:59 +12:00
[NDM] Stub NDM service
This commit is contained in:
parent
aef1520f17
commit
36a30da78d
9 changed files with 84 additions and 10 deletions
|
@ -24,7 +24,7 @@ void APTService::handleSyncRequest(u32 messagePointer) {
|
|||
}
|
||||
|
||||
void APTService::getLockHandle(u32 messagePointer) {
|
||||
printf("APT: getLockHandle (Failure)\n");
|
||||
printf("APT::GetLockHandle (Failure)\n");
|
||||
mem.write32(messagePointer + 4, Result::Failure); // Result code
|
||||
mem.write32(messagePointer + 16, 0); // Translation descriptor
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue