This website requires JavaScript.
Explore
Help
Register
Sign In
mchapman
/
Ryujinx-greemdev
Watch
1
Star
0
Fork
0
You've already forked Ryujinx-greemdev
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dfb4854d19d850e808c15701a9c5ef13a9464a22
Ryujinx-greemdev
/
src
/
Ryujinx.Audio.Backends.SoundIo
History
Evan Husted
dfb4854d19
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
..
Native
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
2024-10-26 08:46:50 -05:00
Ryujinx.Audio.Backends.SoundIo.csproj
Add missing RID exclusions for linux-arm64 (
#6298
)
2024-02-10 22:49:32 +01:00
SoundIoAudioBuffer.cs
editorconfig: Set default encoding to UTF-8 (
#5793
)
2023-12-04 14:17:13 +01:00
SoundIoHardwareDeviceDriver.cs
Migrate Audio service to new IPC (
#6285
)
2024-02-22 16:58:33 -03:00
SoundIoHardwareDeviceSession.cs
replace
ByteMemoryPool
use with
MemoryOwner<byte>
and
SpanOwner<byte>
(
#6911
)
2024-06-15 23:00:13 +02:00