aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp
AgeCommit message (Expand)Author
2022-12-18service: nfc: Silence ListDevicesgerman77
2022-12-01service: nfc: Implement mifare serviceNarr the Reg
2022-11-23service: Make use of buffer element count helpersLioncash
2022-11-20Merge branch 'master' into nfc_implNarr the Reg
2022-11-19service: nfc: Implement nfc userNarr the Reg
2022-11-13general: Address review commentsgerman77
2022-11-13service: am: Implement cabinet applet backendgerman77
2022-11-13service: nfc: fix tagprotocol and implement GetApplicationAreaIdgerman77
2022-10-21service: nfp: Allow amiibos without keysNarr the Reg
2022-10-21service: nfp: remove unnecessary includeNarr the Reg
2022-10-12kernel: remove KWritableEventLiam
2022-10-07nfp_types: silence -Wtype-limitsLiam
2022-10-03service: nfp: Fix errors to pass unit testingNarr the Reg
2022-10-02service: nfp: Implement mount target and open application area errors, minor ...Narr the Reg
2022-10-02nfp: Multiple fixes against HWgerman77
2022-10-02service: nfp: address commentsgerman77
2022-10-02service: nfp: Rewrite and implement applet callsgerman77
2022-09-23chore: fix some typosAndrea Pappacoda
2022-09-07core: nfp: Remove magic numbersgerman77
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