summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return no application area when games try to open an application areaDavid Marcec2019-01-041-4/+4
* core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-1/+1
* Device handle should not be a random id, instead it's the current npad idDavid Marcec2018-12-191-2/+2
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-0/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-292-23/+14
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-292-16/+29
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-6/+10
* 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