summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: Correct erroneous sizeof expression within GetTagInfo()Lioncash2018-11-141-1/+1
* yuzu/main: Notify user of loading errors with Amiibo dataLioncash2018-10-242-3/+5
* Added Amiibo support (#1390)David2018-10-242-42/+249
* "Better Hid" rework part 1David Marcec2018-10-101-1/+1
* service: Add missing headers inclusions where applicableLioncash2018-09-251-0/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* kernel: Eliminate kernel global stateLioncash2018-08-291-4/+6
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-9/+9
* Stub IUser::AttachAvailabilityChangeEventmailwl2018-06-061-5/+23
* Correct function resultsmailwl2018-06-041-4/+16
* Service/nfp:user : stub some functions.mailwl2018-06-041-6/+70
* Updated nfp with more service namesHexagon122018-05-131-24/+24
* Switched to NGLOG_WARNINGDavid Marcec2018-04-271-2/+2
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-233-3/+28
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-223-4/+21
* service: Use nested namespace specifiers where applicableLioncash2018-04-204-16/+8
* service: Add NFP module interface.bunnei2018-03-304-0/+93