aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/nfp_user.cpp
AgeCommit message (Expand)Author
2023-04-13service: nfp: Use an unique interfaceNarr the Reg
2023-03-01service: move hle_ipc from kernelLiam
2022-12-18service: nfc: Silence ListDevicesgerman77
2022-11-23service: Make use of buffer element count helpersLioncash
2022-11-20Merge branch 'master' into nfc_implNarr the Reg
2022-11-19service: nfc: Implement nfc userNarr the Reg
2022-11-13service: nfc: fix tagprotocol and implement GetApplicationAreaIdgerman77
2022-10-21service: nfp: remove unnecessary includeNarr the Reg
2022-10-03service: nfp: Fix errors to pass unit testingNarr the Reg
2022-10-02service: nfp: Implement mount target and open application area errors, minor ...Narr the Reg
2022-10-02service: nfp: Rewrite and implement applet callsgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2019-09-22Deglobalize System: NFPDavid Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...David Marcec
2018-04-21Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...David Marcec
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-29service: Add NFP module interface.bunnei