1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-04 11:16:06 +00:00
Ryujinx/Ryujinx.HLE/Loaders/Mods
Berkan Diler 644b497df1
Collapse AsSpan().Slice(..) calls into AsSpan(..) ()
* Collapse AsSpan().Slice(..) calls into AsSpan(..)

Less code and a bit faster

* Collapse an Array.Clear(array, 0, array.Length) call to Array.Clear(array)
2022-02-22 10:32:10 -03:00
..
IPSPatcher.cs hos: Cleanup the project () 2021-09-15 01:24:49 +02:00
IPSwitchPatcher.cs hos: Cleanup the project () 2021-09-15 01:24:49 +02:00
MemPatch.cs Collapse AsSpan().Slice(..) calls into AsSpan(..) () 2022-02-22 10:32:10 -03:00