summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-21service: refactor server architectureLiam1-1/+1
2022-10-02service: nfp: Rewrite and implement applet callsgerman771-161/+0
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg1-3/+7
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-1/+3
2022-09-07core: nfp: Implement amiibo encryptiongerman771-120/+17
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-14/+14
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-22service: Move mii enums and structs into its own fileMorph1-1/+1
2022-02-13nfp: Allow files without password datagerman771-3/+8
2022-02-10nfp: Separate nfc tag from amiibo dataNarr the Reg1-11/+26
2022-02-08nfp: Validate amiibo filesNarr the Reg1-10/+61
2022-02-08nfp: Improve implementationgerman771-74/+115
2022-02-07nfp: Move IUser class to header and add missing enum and structsgerman771-0/+102
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-5/+6
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-1/+2
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-1/+1
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-3/+6
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-1/+1
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-09-22Deglobalize System: NFPDavid Marcec1-2/+3
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman1-0/+1
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-6/+2
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-3/+7
2018-10-24yuzu/main: Notify user of loading errors with Amiibo dataLioncash1-1/+1
2018-10-24Added Amiibo support (#1390)David1-0/+23
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-1/+1
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-03-30service: Add NFP module interface.bunnei1-3/+2
2018-02-19service: Add Friend service interface.bunnei1-0/+29