summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move time services to new IPC.Kelebek12024-01-271-4/+4
| | | | Add some fixes/improvements to usage with the new IPC
* Rework time service to fix time passing offline.Kelebek12024-01-241-13/+29
|
* service: nfc: Create backup when none existNarr the Reg2024-01-151-1/+4
|
* Fix typos in src/core (#12625)Viktor Szépe2024-01-081-3/+3
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-3/+3
|
* service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyNarr the Reg2023-12-011-5/+5
|
* service: nfc: Validate mii datagerman772023-11-261-31/+37
|
* service: nfc: Implement SetRegisterInfoPrivate mii supportNarr the Reg2023-10-011-7/+2
|
* service: mii: Fix reported bugsgerman772023-09-281-1/+1
|
* service: nfc: Fully Implement GetRegisterInfoPrivategerman772023-09-181-3/+5
|
* service: nfc: Fix amiibo formattinggerman772023-09-161-6/+8
|
* mii: Prepare Interface for new implementationgerman772023-09-111-2/+6
|
* service: mii: Fix ver3 inconsistenciesgerman772023-09-111-6/+10
|
* service: mii: Move ver3 operationsgerman772023-09-111-2/+2
|
* service: mii: separate mii types into their own filegerman772023-09-111-1/+0
|
* service: mii: Fix broken mii on MK8Narr the Reg2023-09-071-2/+2
|
* service: nfc: Update Implementation to match with latest RENarr the Reg2023-07-171-2/+1
|
* service: nfc: Ensure controller is in the correct modegerman772023-07-031-11/+21
|
* input_common: Implement native mifare supportNarr the Reg2023-06-221-95/+87
|
* service: nfc: Accuracy fixesNarr the Reg2023-06-151-45/+119
|
* service: nfc: Add backup supportgerman772023-06-071-20/+140
|
* Merge pull request #10396 from german77/amiibo_writebunnei2023-05-251-4/+4
|\ | | | | input_common: Implement amiibo writing
| * input_common: Implement amiibo writtingNarr the Reg2023-05-221-4/+4
| |
* | service: nfc: Remove encryption key requirementNarr the Reg2023-05-231-18/+49
|/
* service: nfc: Seed all random valuesNarr the Reg2023-05-101-5/+13
|
* service: nfp: Allow to load with a different amiibo idgerman772023-05-101-4/+13
|
* service: nfc: Merge device interfaces and create the device managerNarr the Reg2023-05-061-0/+1249