| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-01 | service: nfc: Don't tag amiibos as corrupted if they are loaded as read only | Narr the Reg | |
| 2023-11-25 | service: nfc: Validate mii data | german77 | |
| 2023-11-20 | service: hid: Create appropriate hid resources | Narr the Reg | |
| 2023-10-01 | service: nfc: Implement SetRegisterInfoPrivate mii support | Narr the Reg | |
| 2023-09-27 | service: mii: Fix reported bugs | german77 | |
| 2023-09-17 | service: nfc: Fully Implement GetRegisterInfoPrivate | german77 | |
| 2023-09-15 | service: nfc: Fix amiibo formatting | german77 | |
| 2023-09-11 | mii: Prepare Interface for new implementation | german77 | |
| 2023-09-11 | service: mii: Fix ver3 inconsistencies | german77 | |
| 2023-09-10 | service: mii: Move ver3 operations | german77 | |
| 2023-09-10 | service: mii: separate mii types into their own file | german77 | |
| 2023-09-07 | service: mii: Fix broken mii on MK8 | Narr the Reg | |
| 2023-07-17 | service: nfc: Update Implementation to match with latest RE | Narr the Reg | |
| 2023-07-02 | service: nfc: Ensure controller is in the correct mode | german77 | |
| 2023-06-21 | input_common: Implement native mifare support | Narr the Reg | |
| 2023-06-14 | service: nfc: Read tag protocol only for nfc backend | Narr the Reg | |
| 2023-06-14 | service: nfc: Accuracy fixes | Narr the Reg | |
| 2023-06-06 | service: nfc: Add backup support | german77 | |
| 2023-05-25 | Merge pull request #10396 from german77/amiibo_write | bunnei | |
| input_common: Implement amiibo writing | |||
| 2023-05-22 | service: nfc: Remove encryption key requirement | Narr the Reg | |
| 2023-05-21 | input_common: Implement amiibo writting | Narr the Reg | |
| 2023-05-09 | service: nfc: Seed all random values | Narr the Reg | |
| 2023-05-09 | service: nfp: Allow to load with a different amiibo id | german77 | |
| 2023-05-05 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | |
| 2023-04-23 | service: nfc: Create mifare interface | Narr the Reg | |
| 2023-04-23 | service: nfc: Create interface | Narr the Reg | |
| 2023-03-21 | nfc: Initialize device when controller is connected | Narr the Reg | |
| 2023-03-01 | service: move hle_ipc from kernel | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-01-19 | core: hid: Only set the polling mode to the correct side | Narr the Reg | |
| 2023-01-19 | yuzu: Add ring controller test button | german77 | |
| 2022-12-18 | service: nfc: Silence ListDevices | german77 | |
| 2022-12-01 | service: nfc: Implement mifare service | Narr the Reg | |
| 2022-11-23 | service: Make use of buffer element count helpers | Lioncash | |
| 2022-11-19 | service: nfc: Implement nfc user | Narr the Reg | |
| 2022-10-02 | nfp: Multiple fixes against HW | german77 | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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-07 | service: Reduce header include overhead | Morph | |
| 2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | |
| Transition to PascalCase for result names. | |||
| 2021-04-14 | common: Move settings to common from core. | bunnei | |
| - Removes a dependency on core and input_common from common. | |||
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash | |
| 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-27 | nfc: Update function table | VolcaEM | |
| This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services | |||
| 2019-11-12 | service: Update function tables | Lioncash | |
| Keeps the function tables up to date. Updated based off information from Switchbrew. | |||
| 2019-03-29 | core/yuzu: Remove enable_nfc setting | fearlessTobi | |
| This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings. | |||
| 2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all ↵ | David Marcec | |
| services should now log on some level | |||
| 2018-10-23 | Added Amiibo support (#1390) | David | |
| * Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path | |||
| 2018-07-27 | service/nfc: Implement Create[x]Interface functions | Lioncash | |
| These simply return the respective interface. | |||
| 2018-07-27 | service: Add nfc services | Lioncash | |
| Adds the skeleton of the nfc service based off the information provided on Switch Brew. | |||
| 2017-10-10 | hle: Remove a large amount of 3ds-specific service code. | bunnei | |
| 2017-06-18 | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | |
| Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue. | |||
