summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-6/+4
* service/nfp: Silence -Wunused and -WswitchReinUsesLisp2019-10-051-4/+5
* Deglobalize System: NFPDavid Marcec2019-09-221-9/+10
* core/kernel/object: Rename ResetType enum membersLioncash2019-05-181-3/+3
* general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-1/+1
* 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
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-17/+12
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-13/+22
* 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-241-2/+4
* Added Amiibo support (#1390)David2018-10-241-42/+226
* "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-111-0/+2
* kernel: Eliminate kernel global stateLioncash2018-08-291-4/+6
* 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-231-1/+26
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-2/+19
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* service: Add NFP module interface.bunnei2018-03-301-0/+28