summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-1/+1
* service: nfp: Rewrite and implement applet callsgerman772022-10-021-161/+0
* core: nfp: Correct date and amiibo nameNarr the Reg2022-09-071-3/+7
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-071-1/+3
* core: nfp: Implement amiibo encryptiongerman772022-09-071-120/+17
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-14/+14
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Move mii enums and structs into its own fileMorph2022-03-221-1/+1
* nfp: Allow files without password datagerman772022-02-131-3/+8
* nfp: Separate nfc tag from amiibo dataNarr the Reg2022-02-101-11/+26
* nfp: Validate amiibo filesNarr the Reg2022-02-081-10/+61
* nfp: Improve implementationgerman772022-02-081-74/+115
* nfp: Move IUser class to header and add missing enum and structsgerman772022-02-071-0/+102
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-5/+6
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-061-1/+1
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-1/+2
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-3/+6
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* Deglobalize System: NFPDavid Marcec2019-09-221-2/+3
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-0/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-6/+2
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-3/+7
* yuzu/main: Notify user of loading errors with Amiibo dataLioncash2018-10-241-1/+1
* Added Amiibo support (#1390)David2018-10-241-0/+23
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-1/+1
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* service: Add NFP module interface.bunnei2018-03-301-0/+28