mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
NFCC::StartCommunication: Fix response header
This commit is contained in:
parent
5abfe5255f
commit
fb4b3ca7ab
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void NFCService::startCommunication(u32 messagePointer) {
|
||||||
log("NFC::StartCommunication\n");
|
log("NFC::StartCommunication\n");
|
||||||
// TODO: Actually start communication when we emulate amiibo
|
// TODO: Actually start communication when we emulate amiibo
|
||||||
|
|
||||||
mem.write32(messagePointer, IPC::responseHeader(0x4, 1, 0));
|
mem.write32(messagePointer, IPC::responseHeader(0x3, 1, 0));
|
||||||
mem.write32(messagePointer + 4, Result::Success);
|
mem.write32(messagePointer + 4, Result::Success);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue