IPCHelper Skip method + address comments for apt
This commit is contained in:
parent
77f4fc473f
commit
12ed746477
3 changed files with 46 additions and 38 deletions
|
@ -107,7 +107,7 @@ void CheckNew3DS(IPC::RequestBuilder& rb) {
|
|||
}
|
||||
|
||||
void CheckNew3DS(Service::Interface* self) {
|
||||
IPC::RequestBuilder rb(Kernel::GetCommandBuffer(), 0x040A0000);
|
||||
IPC::RequestBuilder rb(Kernel::GetCommandBuffer(), 0x40A, 0, 0); // 0x040A0000
|
||||
CheckNew3DS(rb);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue