mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
[APT Fix SetScreencapPostPermission derp
This commit is contained in:
parent
0b46b92bb7
commit
98501c90d3
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void APTService::setScreencapPostPermission(u32 messagePointer) {
|
|||
log("APT::SetScreencapPostPermission (perm = %d)\n");
|
||||
|
||||
// Apparently only 1-3 are valid values, but I see 0 used in some games like Pokemon Rumble
|
||||
mem.write32(messagePointer, Result::Success);
|
||||
mem.write32(messagePointer + 4, Result::Success);
|
||||
screencapPostPermission = perm;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue