mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 19:21:30 +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?
|
// This apparently does nothing on the original kernel either?
|
||||||
void APTService::notifyToWait(u32 messagePointer) {
|
void APTService::notifyToWait(u32 messagePointer) {
|
||||||
log("APT::NotifyToWat\n");
|
log("APT::NotifyToWait\n");
|
||||||
mem.write32(messagePointer + 4, Result::Success);
|
mem.write32(messagePointer + 4, Result::Success);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue