IPCHelper Skip method + address comments for apt

This commit is contained in:
Lectem 2017-03-18 11:47:40 +01:00
parent 77f4fc473f
commit 12ed746477
3 changed files with 46 additions and 38 deletions

View file

@ -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);
}