summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-081-7/+7
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-1/+1
* service: mii: Move ver3 operationsGravatar german772023-09-101-0/+1
* service: mii: separate mii types into their own fileGravatar german772023-09-101-2/+3
* service: nfc: Accuracy fixesGravatar Narr the Reg2023-06-141-8/+18
* service: nfc: Add backup supportGravatar german772023-06-062-3/+5
* service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-059-2655/+159
* service: nfc: Create interfaceGravatar Narr the Reg2023-04-231-21/+3
* service: nfp: Implement debug InterfaceGravatar Narr the Reg2023-04-146-8/+444
* service: nfp: Implement system interfaceGravatar Narr the Reg2023-04-146-17/+289
* service: nfp: Use an unique interfaceGravatar Narr the Reg2023-04-133-69/+225
* service: nfp: Add plain amiibo supportGravatar german772023-03-265-8/+37
* nfc: Initialize device when controller is connectedGravatar Narr the Reg2023-03-212-2/+15
* service: nfp: Replace crc function with boost equivalentGravatar Narr the Reg2023-03-162-28/+17
* service: nfp: Close app area and recreate crcGravatar Narr the Reg2023-03-151-0/+10
* service: nfp: Convert mii colors to v3Gravatar Narr the Reg2023-03-153-5/+13
* service: nfp: Actually write correct crcGravatar Narr the Reg2023-03-144-22/+40
* general: fix spelling mistakesGravatar Liam2023-03-122-2/+2
* service: nfp: Improve implementationGravatar Narr the Reg2023-03-094-50/+232
* service: move hle_ipc from kernelGravatar Liam2023-03-014-54/+54
* service: refactor server architectureGravatar Liam2023-02-212-3/+7
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* 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-011-0/+46
* service: Make use of buffer element count helpersGravatar Lioncash2022-11-231-3/+3
* Merge branch 'master' into nfc_implGravatar Narr the Reg2022-11-204-8/+52
|\
| * general: Address review commentsGravatar german772022-11-131-1/+3
| * service: am: Implement cabinet applet backendGravatar german772022-11-131-0/+7
| * service: nfc: fix tagprotocol and implement GetApplicationAreaIdGravatar german772022-11-134-8/+43
* | service: nfc: Implement nfc userGravatar Narr the Reg2022-11-195-14/+16
|/
* service: nfp: Allow amiibos without keysGravatar Narr the Reg2022-10-213-1/+18
* service: nfp: remove unnecessary includeGravatar Narr the Reg2022-10-215-11/+7
* kernel: remove KWritableEventGravatar Liam2022-10-121-3/+3
* nfp_types: silence -Wtype-limitsGravatar Liam2022-10-071-1/+1
* service: nfp: Fix errors to pass unit testingGravatar Narr the Reg2022-10-035-40/+108
* service: nfp: Implement mount target and open application area errors, minor ...Gravatar Narr the Reg2022-10-025-19/+124
* nfp: Multiple fixes against HWGravatar german772022-10-026-56/+92
* service: nfp: address commentsGravatar german772022-10-023-19/+21
* service: nfp: Rewrite and implement applet callsGravatar german772022-10-0210-1257/+1460
* chore: fix some typosGravatar Andrea Pappacoda2022-09-231-2/+2
* core: nfp: Remove magic numbersGravatar german772022-09-073-105/+103
* core: nfp: Workaround for lack of multiple nfp interfacesGravatar german772022-09-071-1/+3
* core: nfp: Correct date and amiibo nameGravatar Narr the Reg2022-09-073-17/+34
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-075-230/+114
* core: nfp: Implement amiibo encryptionGravatar german772022-09-075-256/+1223
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-262-30/+30
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-234-12/+8
* service: Move mii enums and structs into its own fileGravatar Morph2022-03-212-1/+2