aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfc
AgeCommit message (Collapse)Author
2024-02-23service: nfc: Implement SetNfcEnabledNarr the Reg
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-15service: nfc: Create backup when none existNarr the Reg
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-12-01service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyNarr the Reg
2023-11-25service: nfc: Validate mii datagerman77
2023-11-20service: hid: Create appropriate hid resourcesNarr the Reg
2023-10-01service: nfc: Implement SetRegisterInfoPrivate mii supportNarr the Reg
2023-09-27service: mii: Fix reported bugsgerman77
2023-09-17service: nfc: Fully Implement GetRegisterInfoPrivategerman77
2023-09-15service: nfc: Fix amiibo formattinggerman77
2023-09-11mii: Prepare Interface for new implementationgerman77
2023-09-11service: mii: Fix ver3 inconsistenciesgerman77
2023-09-10service: mii: Move ver3 operationsgerman77
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg
2023-07-17service: nfc: Update Implementation to match with latest RENarr the Reg
2023-07-02service: nfc: Ensure controller is in the correct modegerman77
2023-06-21input_common: Implement native mifare supportNarr the Reg
2023-06-14service: nfc: Read tag protocol only for nfc backendNarr the Reg
2023-06-14service: nfc: Accuracy fixesNarr the Reg
2023-06-06service: nfc: Add backup supportgerman77
2023-05-25Merge pull request #10396 from german77/amiibo_writebunnei
input_common: Implement amiibo writing
2023-05-22service: nfc: Remove encryption key requirementNarr the Reg
2023-05-21input_common: Implement amiibo writtingNarr the Reg
2023-05-09service: nfc: Seed all random valuesNarr the Reg
2023-05-09service: nfp: Allow to load with a different amiibo idgerman77
2023-05-05service: nfc: Merge device interfaces and create the device managerNarr the Reg
2023-04-23service: nfc: Create mifare interfaceNarr the Reg
2023-04-23service: nfc: Create interfaceNarr the Reg
2023-03-21nfc: Initialize device when controller is connectedNarr the Reg
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19yuzu: Add ring controller test buttongerman77
2022-12-18service: nfc: Silence ListDevicesgerman77
2022-12-01service: nfc: Implement mifare serviceNarr the Reg
2022-11-23service: Make use of buffer element count helpersLioncash
2022-11-19service: nfc: Implement nfc userNarr the Reg
2022-10-02nfp: Multiple fixes against HWgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-10-07service: Reduce header include overheadMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
Transition to PascalCase for result names.
2021-04-14common: Move settings to common from core.bunnei
- Removes a dependency on core and input_common from common.
2020-11-26service: Eliminate usages of the global system instanceLioncash
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-06-27nfc: Update function tableVolcaEM
This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
2019-11-12service: Update function tablesLioncash
Keeps the function tables up to date. Updated based off information from Switchbrew.