summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/nfp.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-05-05service: nfc: Merge device interfaces and create the device managerNarr the Reg
2023-04-23service: nfc: Create interfaceNarr the Reg
2023-04-14service: nfp: Implement debug InterfaceNarr the Reg
2023-04-14service: nfp: Implement system interfaceNarr the Reg
2023-04-13service: nfp: Use an unique interfaceNarr the Reg
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-10-02service: nfp: Rewrite and implement applet callsgerman77
2022-09-23chore: fix some typosAndrea Pappacoda
2022-09-07core: nfp: Workaround for lack of multiple nfp interfacesgerman77
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg
2022-09-07core: nfp: Implement amiibo encryptiongerman77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
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