summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: nfc: Implement SetNfcEnabledGravatar Narr the Reg2024-02-235-8/+39
|
* Move time services to new IPC.Gravatar Kelebek12024-01-272-8/+8
| | | | Add some fixes/improvements to usage with the new IPC
* result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-251-1/+1
|
* Rework time service to fix time passing offline.Gravatar Kelebek12024-01-245-33/+63
|
* service: nfc: Create backup when none existGravatar Narr the Reg2024-01-151-1/+4
|
* Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-083-9/+9
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-054-7/+7
|
* service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyGravatar Narr the Reg2023-12-011-5/+5
|
* service: nfc: Validate mii dataGravatar german772023-11-252-32/+37
|
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-201-1/+2
|
* service: nfc: Implement SetRegisterInfoPrivate mii supportGravatar Narr the Reg2023-10-011-7/+2
|
* service: mii: Fix reported bugsGravatar german772023-09-271-1/+1
|
* service: nfc: Fully Implement GetRegisterInfoPrivateGravatar german772023-09-171-3/+5
|
* service: nfc: Fix amiibo formattingGravatar german772023-09-151-6/+8
|
* mii: Prepare Interface for new implementationGravatar german772023-09-111-2/+6
|
* service: mii: Fix ver3 inconsistenciesGravatar german772023-09-111-6/+10
|
* service: mii: Move ver3 operationsGravatar german772023-09-101-2/+2
|
* service: mii: separate mii types into their own fileGravatar german772023-09-101-1/+0
|
* service: mii: Fix broken mii on MK8Gravatar Narr the Reg2023-09-071-2/+2
|
* service: nfc: Update Implementation to match with latest REGravatar Narr the Reg2023-07-177-54/+143
|
* service: nfc: Ensure controller is in the correct modeGravatar german772023-07-021-11/+21
|
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-216-115/+108
|
* service: nfc: Read tag protocol only for nfc backendGravatar Narr the Reg2023-06-142-5/+6
|
* service: nfc: Accuracy fixesGravatar Narr the Reg2023-06-149-102/+174
|
* service: nfc: Add backup supportGravatar german772023-06-065-36/+176
|
* Merge pull request #10396 from german77/amiibo_writeGravatar bunnei2023-05-251-4/+4
|\ | | | | input_common: Implement amiibo writing
| * input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-211-4/+4
| |
* | service: nfc: Remove encryption key requirementGravatar Narr the Reg2023-05-223-21/+52
|/
* service: nfc: Seed all random valuesGravatar Narr the Reg2023-05-092-6/+14
|
* service: nfp: Allow to load with a different amiibo idGravatar german772023-05-091-4/+13
|
* service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-0517-1069/+3183
|
* service: nfc: Create mifare interfaceGravatar Narr the Reg2023-04-233-50/+58
|
* service: nfc: Create interfaceGravatar Narr the Reg2023-04-234-94/+101
|
* nfc: Initialize device when controller is connectedGravatar Narr the Reg2023-03-212-2/+15
|
* service: move hle_ipc from kernelGravatar Liam2023-03-016-64/+64
|
* service: refactor server architectureGravatar Liam2023-02-212-11/+10
| | | | Converts services to have their own processes
* core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg2023-01-191-2/+4
|
* yuzu: Add ring controller test buttonGravatar german772023-01-191-1/+2
|
* service: nfc: Silence ListDevicesGravatar german772022-12-181-1/+1
|
* service: nfc: Implement mifare serviceGravatar Narr the Reg2022-12-017-36/+552
|
* service: Make use of buffer element count helpersGravatar Lioncash2022-11-231-1/+1
|
* service: nfc: Implement nfc userGravatar Narr the Reg2022-11-196-70/+702
|
* nfp: Multiple fixes against HWGravatar german772022-10-021-4/+4
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
| | | | | 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.
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
|
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-8/+8
| | | | Transition to PascalCase for result names.
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
| | | | - Removes a dependency on core and input_common from common.
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-18/+22
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* nfc: Update function tableGravatar VolcaEM2020-06-271-3/+3
| | | This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
* service: Update function tablesGravatar Lioncash2019-11-121-0/+1
| | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.