summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-262-30/+30
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-234-12/+8
* service: Move mii enums and structs into its own fileGravatar Morph2022-03-212-1/+2
* nfp: Allow files without password dataGravatar german772022-02-132-9/+24
* nfp: Separate nfc tag from amiibo dataGravatar Narr the Reg2022-02-102-42/+69
* nfp: Address compiler issuesGravatar german772022-02-081-25/+26
* nfp: Validate amiibo filesGravatar Narr the Reg2022-02-082-41/+145
* nfp: Improve implementationGravatar german772022-02-082-189/+664
* nfp: Move IUser class to header and add missing enum and structsGravatar german772022-02-072-257/+299
* nfp: Sort functions by command numberGravatar german772022-02-071-79/+79
* core: hle: Remove global HLE lock.Gravatar bunnei2021-12-171-2/+0
* core: Remove unused includesGravatar ameerj2021-11-031-2/+0
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-012-26/+34
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-20/+20
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-052-6/+6
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+4
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-052-19/+15
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-052-2/+2
* nfp: Correct uninitialized size being used within GetTagInfo()Gravatar Lioncash2021-02-091-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-052-14/+20
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-052-5/+5
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-052-4/+4
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-281-1/+1
* hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.Gravatar bunnei2021-01-111-6/+0
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-264-9/+10
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-1/+1
* core: Fix clang buildGravatar Lioncash2020-10-171-1/+1
* nfp: Eliminate two unnecessary copiesGravatar Lioncash2020-09-171-10/+13
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...Gravatar David2020-08-031-4/+4
* 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