aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Nfc
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-14Rename Hipc to Cmif where appropriate (#3880)Alex Barney
2023-04-03Source generated json serializers (#4582)Andrey Sukharev
2023-03-21Revert "Use source generated json serializers in order to improve code trimmi...gdkchan
2023-03-21Use source generated json serializers in order to improve code trimming (#4094)Andrey Sukharev
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev
2022-11-16Use new C# 11 u8 string literals (#3854)Berkan Diler
2022-11-16Make use of Random.Shared (#3852)Berkan Diler
2022-10-19Manage state of NfcManager (#3678)Carl Ouellette
2022-10-18Avoid allocations in .Parse methods (#3760)Berkan Diler
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2021-11-30Fix Amiibo hanging since .NET 6 changes (#2890)Mary
2021-11-28infra: Migrate to .NET 6 (#2829)Mary
2021-11-15Nickname! - Init Amiibos with Profile's name! (#2804)VocalFan
2021-08-11hle: Tidy-up ServiceNotImplementedException (#2535)jduncanator
2021-06-24nfc/nfp: Implement ISystemManager and ISystem (#2381)Ac_K
2021-04-30nfp: Increase Amiibo scanning delay (#2256)Ac_K
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary
2021-03-18nfp: Amiibo scanning support (#2006)Ac_K
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-05-03Improvements to input and input configuration in the GUI. (#849)Xpl0itR
2020-04-03HID SharedMem Rework (#1003)mageven
2019-09-19Refactoring HOS folder structure (#771)Ac_K
2019-07-22Little rewrite of HID input (#723)emmauss
2019-07-14Refactoring result codes (#731)Ac_K
2019-07-11Refactoring commands handling (#728)Ac_K
2019-07-10IPC services refactoring (#726)Ac_K
2019-06-28 nfp:user: Implement IUser (#714)Ac_K