aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio.Backends.SoundIo
AgeCommit message (Expand)Author
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...jhorv
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2024-02-10Add missing RID exclusions for linux-arm64 (#6298)Mary Guillemard
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)TSRBerry
2023-06-25[Ryujinx.Audio.Backends.SoundIo] Address dotnet-format issues (#5360)TSRBerry
2023-06-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry