summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfp: Allow files without password dataGravatar german772022-02-132-9/+24
* nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg2022-02-102-42/+69
* nfp: Address compiler issuesGravatar german772022-02-081-25/+26
* nfp: Validate amiibo filesGravatar Narr the Reg2022-02-082-41/+145
* nfp: Improve implementationGravatar german772022-02-082-189/+664
* nfp: Move IUser class to header and add missing enum and structsGravatar german772022-02-072-257/+299
* nfp: Sort functions by command numberGravatar german772022-02-071-79/+79
* core: hle: Remove global HLE lock.Gravatar bunnei2021-12-171-2/+0
* core: Remove unused includesGravatar ameerj2021-11-031-2/+0
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-012-26/+34
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-20/+20
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-052-6/+6
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+4
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-052-19/+15
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-052-2/+2
* nfp: Correct uninitialized size being used within GetTagInfo()Gravatar Lioncash2021-02-091-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-052-14/+20
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-052-5/+5
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-052-4/+4
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-281-1/+1
* hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.Gravatar bunnei2021-01-111-6/+0
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-264-9/+10
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-1/+1
* core: Fix clang buildGravatar Lioncash2020-10-171-1/+1