aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/Parcel.cs
AgeCommit message (Expand)Author
2024-09-18Replace passing by IMemoryOwner<byte> with passing by concrete MemoryOwner<by...jhorv
2024-07-15replace ByteMemoryPool usage in Ryujinx.HLE (#6953)jhorv
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry