Update apt.cpp

This commit is contained in:
wheremyfoodat 2023-08-10 13:50:32 +03:00 committed by GitHub
commit 4df6c83068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {