aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/nfp.cpp
AgeCommit message (Expand)Author
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-10-04service/nfp: Silence -Wunused and -WswitchReinUsesLisp
2019-09-22Deglobalize System: NFPDavid Marcec
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-01-04Return no application area when games try to open an application areaDavid Marcec
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-19Device handle should not be a random id, instead it's the current npad idDavid Marcec
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-14nfp: Correct erroneous sizeof expression within GetTagInfo()Lioncash
2018-10-24yuzu/main: Notify user of loading errors with Amiibo dataLioncash
2018-10-23Added Amiibo support (#1390)David
2018-10-10"Better Hid" rework part 1David Marcec
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-06Stub IUser::AttachAvailabilityChangeEventmailwl
2018-06-04Correct function resultsmailwl
2018-06-04Service/nfp:user : stub some functions.mailwl
2018-05-13Updated nfp with more service namesHexagon12
2018-04-26Switched to NGLOG_WARNINGDavid Marcec
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