Ryujinx/Ryujinx.HLE/Loaders
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
..
Elf hos: Cleanup the project (#2634) 2021-09-15 01:24:49 +02:00
Executables Update LibHac to v0.16.0 (#3159) 2022-02-27 00:52:25 +01:00
Mods Avoid allocations in .Parse methods (#3760) 2022-10-18 23:31:34 +00:00
Npdm IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00