1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 15:34:01 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Nfc/Nfp
Berkan Diler c40c3905e2
Avoid allocations in .Parse methods (#3760)
* Avoid allocations in .Parse methods

Use the Span overloads of the Parse methods when possible to avoid string allocations and remove one unnecessarry array allocation

* Avoid another string allocation
2022-10-18 23:31:34 +00:00
..
NfpManager Avoid allocations in .Parse methods (#3760) 2022-10-18 23:31:34 +00:00
IDebugManager.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
ISystemManager.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
IUserManager.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
ResultCode.cs nfp: Amiibo scanning support (#2006) 2021-03-18 21:40:20 +01:00
VirtualAmiibo.cs Rename ToSpan to AsSpan (#3556) 2022-08-11 18:07:37 -03:00