aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Audio.Backends.SDL2
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
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.SDL2] Address dotnet-format issues (#5364)TSRBerry
2023-05-29Fix #5108: Allow surround sound for SDL2 in more scenarios (#5131)Simon Wegendt
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)Mary
2023-04-27Move solution and projects to srcTSR Berry