summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Implement a more accurate IPC dispatch.Gravatar bunnei2019-11-281-1/+1
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-242-2/+2
* service: Resolve sign conversion errorsGravatar Lioncash2019-11-121-3/+0
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-6/+4
* service/nfp: Silence -Wunused and -WswitchGravatar ReinUsesLisp2019-10-041-4/+5
* Deglobalize System: NFPGravatar David Marcec2019-09-224-14/+16
* core/kernel/object: Rename ResetType enum membersGravatar Lioncash2019-05-181-3/+3
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-1/+1
* Return no application area when games try to open an application areaGravatar David Marcec2019-01-041-4/+4
* core/kernel: Remove unnecessary inclusionsGravatar Lioncash2018-12-311-1/+1
* Device handle should not be a random id, instead it's the current npad idGravatar David Marcec2018-12-191-2/+2
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventGravatar Zach Hilman2018-11-291-0/+1
* kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-292-23/+14
* core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-292-16/+29
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-6/+10
* nfp: Correct erroneous sizeof expression within GetTagInfo()Gravatar Lioncash2018-11-141-1/+1
* yuzu/main: Notify user of loading errors with Amiibo dataGravatar Lioncash2018-10-242-3/+5
* Added Amiibo support (#1390)Gravatar David2018-10-232-42/+249
* "Better Hid" rework part 1Gravatar David Marcec2018-10-101-1/+1
* service: Add missing headers inclusions where applicableGravatar Lioncash2018-09-251-0/+1
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-104-0/+6
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-4/+6
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-9/+9
* Stub IUser::AttachAvailabilityChangeEventGravatar mailwl2018-06-061-5/+23
* Correct function resultsGravatar mailwl2018-06-041-4/+16
* Service/nfp:user : stub some functions.Gravatar mailwl2018-06-041-6/+70
* Updated nfp with more service namesGravatar Hexagon122018-05-131-24/+24
* Switched to NGLOG_WARNINGGravatar David Marcec2018-04-261-2/+2
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-223-3/+28
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-213-4/+21
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-194-16/+8
* service: Add NFP module interface.Gravatar bunnei2018-03-294-0/+93