Commit Graph

107 Commits

Author SHA1 Message Date
8d7d62dc24 service: mii: Move ver3 operations 2023-09-10 22:42:38 -06:00
27929d7ca2 service: mii: separate mii types into their own file 2023-09-10 22:18:25 -06:00
b1b13ddc6b service: nfc: Accuracy fixes 2023-06-14 18:08:35 -06:00
107aa52cdb service: nfc: Add backup support 2023-06-06 17:06:21 -06:00
94151097b9 service: nfc: Merge device interfaces and create the device manager 2023-05-05 22:02:59 -06:00
a3fa64fcc4 service: nfc: Create interface 2023-04-23 23:28:09 -06:00
307371e01d service: nfp: Implement debug Interface 2023-04-14 17:03:58 -06:00
00800d5289 service: nfp: Implement system interface 2023-04-14 17:03:57 -06:00
101c0df79c service: nfp: Use an unique interface 2023-04-13 22:24:27 -06:00
8802646730 service: nfp: Add plain amiibo support 2023-03-26 14:26:36 -06:00
6ff4bf9b1c nfc: Initialize device when controller is connected 2023-03-21 20:09:36 -06:00
075a3d1172 service: nfp: Replace crc function with boost equivalent 2023-03-16 17:47:32 -06:00
7187732454 service: nfp: Close app area and recreate crc 2023-03-15 17:01:06 -06:00
5031f5b8b0 service: nfp: Convert mii colors to v3 2023-03-15 17:01:05 -06:00
026fe2e4f4 service: nfp: Actually write correct crc 2023-03-14 23:42:41 -06:00
600f325d87 general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
8d5cde6eff service: nfp: Improve implementation 2023-03-09 19:29:28 -06:00
65be230fdd service: move hle_ipc from kernel 2023-03-01 10:39:49 -05:00
a936972614 service: refactor server architecture
Converts services to have their own processes
2023-02-21 12:19:25 -05:00
ceda2d280e general: rename CurrentProcess to ApplicationProcess 2023-02-13 19:03:12 -05:00
4a307a7b3a core: hid: Only set the polling mode to the correct side 2023-01-19 18:05:23 -06:00
5cb437703f yuzu: Add ring controller test button 2023-01-19 18:05:22 -06:00
79f1f326c7 service: nfc: Silence ListDevices 2022-12-18 11:57:33 -06:00
a4725bcb73 service: nfc: Implement mifare service 2022-12-01 20:43:59 -06:00
97f273e94e service: Make use of buffer element count helpers 2022-11-23 13:43:20 -05:00
db7bcd51ae Merge branch 'master' into nfc_impl 2022-11-20 09:31:20 -06:00
327d225c3e service: nfc: Implement nfc user 2022-11-19 08:51:59 -06:00
75e6ec85e1 general: Address review comments 2022-11-13 17:13:43 -06:00
fb57cd26a1 service: am: Implement cabinet applet backend 2022-11-13 11:07:48 -06:00
6c045c9beb service: nfc: fix tagprotocol and implement GetApplicationAreaId 2022-11-13 10:52:48 -06:00
3e0aaeba98 service: nfp: Allow amiibos without keys 2022-10-21 23:08:07 -05:00
82fdfb33ac service: nfp: remove unnecessary include 2022-10-21 21:54:31 -05:00
a9ace6856d kernel: remove KWritableEvent 2022-10-12 20:29:29 -04:00
9574429c5f nfp_types: silence -Wtype-limits 2022-10-07 06:52:28 -04:00
e85c19adcb service: nfp: Fix errors to pass unit testing 2022-10-03 18:06:55 -05:00
d9d566bd3f service: nfp: Implement mount target and open application area errors, minor fixes 2022-10-02 12:34:14 -05:00
673de3995b nfp: Multiple fixes against HW 2022-10-02 12:32:26 -05:00
3ce0ef04dd service: nfp: address comments 2022-10-02 12:32:26 -05:00
afea5c163f service: nfp: Rewrite and implement applet calls 2022-10-02 12:32:26 -05:00
4a493cb10f chore: fix some typos
Fix some typos reported by Lintian
2022-09-23 13:38:23 +02:00
063b23cc58 core: nfp: Remove magic numbers 2022-09-07 09:49:43 -05:00
4834961736 core: nfp: Workaround for lack of multiple nfp interfaces 2022-09-07 01:04:00 -05:00
caa138b33f core: nfp: Correct date and amiibo name 2022-09-07 01:04:00 -05:00
19a4e12e6e core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes 2022-09-07 01:04:00 -05:00
848f69eb19 core: nfp: Implement amiibo encryption 2022-09-07 01:04:00 -05:00
a7d9be1384 core: Replace all instances of ResultCode with Result 2022-06-26 20:21:37 -05:00
99ceb03a1c general: Convert source file copyright comments over to SPDX
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.
2022-04-23 05:55:32 -04:00
aa44ef7b64 service: Move mii enums and structs into its own file
Moves these into types.h, since other files also make use of these types.
2022-03-21 23:57:31 -04:00
b57d61010f nfp: Allow files without password data 2022-02-13 13:52:34 -06:00
6a1ad03153 nfp: Separate nfc tag from amiibo data 2022-02-10 10:58:37 -06:00