aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/nfp.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-21service: Move mii enums and structs into its own fileMorph
2022-02-13nfp: Allow files without password datagerman77
2022-02-10nfp: Separate nfc tag from amiibo dataNarr the Reg
2022-02-08nfp: Address compiler issuesgerman77
2022-02-08nfp: Validate amiibo filesNarr the Reg
2022-02-08nfp: Improve implementationgerman77
2022-02-07nfp: Move IUser class to header and add missing enum and structsgerman77
2022-02-07nfp: Sort functions by command numbergerman77
2021-12-17core: hle: Remove global HLE lock.bunnei
2021-11-03core: Remove unused includesameerj
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-02-09nfp: Correct uninitialized size being used within GetTagInfo()Lioncash
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2021-01-11hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-17nfp: Eliminate two unnecessary copiesLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
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