summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/nfp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: refactor server architectureGravatar Liam2023-02-211-1/+1
* service: nfp: Rewrite and implement applet callsGravatar german772022-10-021-161/+0
* core: nfp: Correct date and amiibo nameGravatar Narr the Reg2022-09-071-3/+7
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-071-1/+3
* core: nfp: Implement amiibo encryptionGravatar german772022-09-071-120/+17
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-14/+14
* 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-1/+1
* nfp: Allow files without password dataGravatar german772022-02-131-3/+8
* nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg2022-02-101-11/+26
* nfp: Validate amiibo filesGravatar Narr the Reg2022-02-081-10/+61
* nfp: Improve implementationGravatar german772022-02-081-74/+115
* nfp: Move IUser class to header and add missing enum and structsGravatar german772022-02-071-0/+102
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-5/+6
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-051-1/+2
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-3/+6
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-2/+2
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-2/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-1/+1
* Deglobalize System: NFPGravatar David Marcec2019-09-221-2/+3
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventGravatar Zach Hilman2018-11-291-0/+1
* kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-291-6/+2
* core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-291-3/+7
* yuzu/main: Notify user of loading errors with Amiibo dataGravatar Lioncash2018-10-241-1/+1
* Added Amiibo support (#1390)Gravatar David2018-10-231-0/+23
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+1
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-221-1/+1
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-211-1/+1
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* service: Add NFP module interface.Gravatar bunnei2018-03-291-0/+28