This commit is contained in:
wheremyfoodat 2022-09-24 02:45:57 +03:00
parent 75070ca6ef
commit be4fae5104
33 changed files with 341 additions and 70 deletions

View file

@ -24,7 +24,7 @@ void APTService::handleSyncRequest(u32 messagePointer) {
}
void APTService::getLockHandle(u32 messagePointer) {
printf("APT::GetLockHandle (Failure)\n");
log("APT::GetLockHandle (Failure)\n");
mem.write32(messagePointer + 4, Result::Failure); // Result code
mem.write32(messagePointer + 16, 0); // Translation descriptor
}