mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[APT] Fix typo
This commit is contained in:
parent
4a68cd8e1a
commit
512a7f7bec
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void APTService::getLockHandle(u32 messagePointer) {
|
|||
|
||||
// This apparently does nothing on the original kernel either?
|
||||
void APTService::notifyToWait(u32 messagePointer) {
|
||||
log("APT::NotifyToWat\n");
|
||||
log("APT::NotifyToWait\n");
|
||||
mem.write32(messagePointer + 4, Result::Success);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue