summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/nfp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: nfc: Merge device interfaces and create the device managerGravatar Narr the Reg2023-05-051-6/+6
* service: nfc: Create interfaceGravatar Narr the Reg2023-04-231-21/+3
* service: nfp: Implement debug InterfaceGravatar Narr the Reg2023-04-141-6/+6
* service: nfp: Implement system interfaceGravatar Narr the Reg2023-04-141-16/+16
* service: nfp: Use an unique interfaceGravatar Narr the Reg2023-04-131-1/+186
* service: move hle_ipc from kernelGravatar Liam2023-03-011-2/+2
* service: refactor server architectureGravatar Liam2023-02-211-2/+6
* service: nfp: Rewrite and implement applet callsGravatar german772022-10-021-1074/+19
* chore: fix some typosGravatar Andrea Pappacoda2022-09-231-2/+2
* 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-071-9/+20
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-071-15/+80
* core: nfp: Implement amiibo encryptionGravatar german772022-09-071-136/+345
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-16/+16
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: Move mii enums and structs into its own fileGravatar Morph2022-03-211-0/+1
* nfp: Allow files without password dataGravatar german772022-02-131-6/+16
* nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg2022-02-101-31/+43
* nfp: Address compiler issuesGravatar german772022-02-081-25/+26
* nfp: Validate amiibo filesGravatar Narr the Reg2022-02-081-31/+84
* nfp: Improve implementationGravatar german772022-02-081-115/+549
* nfp: Move IUser class to header and add missing enum and structsGravatar german772022-02-071-257/+197
* 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-011-21/+28
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-20/+20
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-051-5/+5
* 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-051-18/+13
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-1/+1
* nfp: Correct uninitialized size being used within GetTagInfo()Gravatar Lioncash2021-02-091-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-11/+14
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-4/+4
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-2/+2
* 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-261-4/+5
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-1/+1
* core: Fix clang buildGravatar Lioncash2020-10-171-1/+1
* nfp: Eliminate two unnecessary copiesGravatar Lioncash2020-09-171-10/+13
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...Gravatar David2020-08-031-4/+4
* kernel: Implement a more accurate IPC dispatch.Gravatar bunnei2019-11-281-1/+1
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-1/+1
* service: Resolve sign conversion errorsGravatar Lioncash2019-11-121-3/+0
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-6/+4
* service/nfp: Silence -Wunused and -WswitchGravatar ReinUsesLisp2019-10-041-4/+5
* Deglobalize System: NFPGravatar David Marcec2019-09-221-9/+10
* core/kernel/object: Rename ResetType enum membersGravatar Lioncash2019-05-181-3/+3
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-1/+1