summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-27Move time services to new IPC.Kelebek11-4/+4
2024-01-24Rework time service to fix time passing offline.Kelebek11-13/+29
2024-01-15service: nfc: Create backup when none existNarr the Reg1-1/+4
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-3/+3
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-3/+3
2023-12-01service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyNarr the Reg1-5/+5
2023-11-26service: nfc: Validate mii datagerman771-31/+37
2023-10-01service: nfc: Implement SetRegisterInfoPrivate mii supportNarr the Reg1-7/+2
2023-09-28service: mii: Fix reported bugsgerman771-1/+1
2023-09-18service: nfc: Fully Implement GetRegisterInfoPrivategerman771-3/+5
2023-09-16service: nfc: Fix amiibo formattinggerman771-6/+8
2023-09-11mii: Prepare Interface for new implementationgerman771-2/+6
2023-09-11service: mii: Fix ver3 inconsistenciesgerman771-6/+10
2023-09-11service: mii: Move ver3 operationsgerman771-2/+2
2023-09-11service: mii: separate mii types into their own filegerman771-1/+0
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg1-2/+2
2023-07-17service: nfc: Update Implementation to match with latest RENarr the Reg1-2/+1
2023-07-03service: nfc: Ensure controller is in the correct modegerman771-11/+21
2023-06-22input_common: Implement native mifare supportNarr the Reg1-95/+87
2023-06-15service: nfc: Accuracy fixesNarr the Reg1-45/+119
2023-06-07service: nfc: Add backup supportgerman771-20/+140
2023-05-23service: nfc: Remove encryption key requirementNarr the Reg1-18/+49
2023-05-22input_common: Implement amiibo writtingNarr the Reg1-4/+4
2023-05-10service: nfc: Seed all random valuesNarr the Reg1-5/+13
2023-05-10service: nfp: Allow to load with a different amiibo idgerman771-4/+13
2023-05-06service: nfc: Merge device interfaces and create the device managerNarr the Reg1-280/+392
2023-04-15service: nfp: Implement debug InterfaceNarr the Reg1-2/+170
2023-04-15service: nfp: Implement system interfaceNarr the Reg1-1/+51
2023-03-26service: nfp: Add plain amiibo supportgerman771-7/+27
2023-03-22nfc: Initialize device when controller is connectedNarr the Reg1-2/+14
2023-03-17service: nfp: Replace crc function with boost equivalentNarr the Reg1-27/+17
2023-03-16service: nfp: Close app area and recreate crcNarr the Reg1-0/+10
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg1-3/+7
2023-03-15service: nfp: Actually write correct crcNarr the Reg1-18/+35
2023-03-10service: nfp: Improve implementationNarr the Reg1-33/+177
2023-03-01service: move hle_ipc from kernelLiam1-1/+1
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2023-01-20core: hid: Only set the polling mode to the correct sideNarr the Reg1-2/+4
2023-01-20yuzu: Add ring controller test buttongerman771-1/+2
2022-11-19service: nfc: Implement nfc userNarr the Reg1-4/+2
2022-11-14general: Address review commentsgerman771-1/+3
2022-11-13service: nfc: fix tagprotocol and implement GetApplicationAreaIdgerman771-2/+31
2022-10-22service: nfp: Allow amiibos without keysNarr the Reg1-0/+8
2022-10-22service: nfp: remove unnecessary includeNarr the Reg1-0/+1
2022-10-13kernel: remove KWritableEventLiam1-3/+3
2022-10-04service: nfp: Fix errors to pass unit testingNarr the Reg1-30/+35
2022-10-02service: nfp: Implement mount target and open application area errors, minor fixesNarr the Reg1-6/+93
2022-10-02nfp: Multiple fixes against HWgerman771-22/+38
2022-10-02service: nfp: address commentsgerman771-5/+6
2022-10-02service: nfp: Rewrite and implement applet callsgerman771-0/+572