mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-04 12:25:46 +00:00
[ci skip] replace all usages of IntPtr with nint
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Ryujinx.Audio.Backends.SoundIo.Native
|
||||
unsafe
|
||||
{
|
||||
int* frameCountPtr = &nativeFrameCount;
|
||||
IntPtr* arenasPtr = &arenas;
|
||||
nint* arenasPtr = &arenas;
|
||||
CheckError(soundio_outstream_begin_write(_context, (nint)arenasPtr, (nint)frameCountPtr));
|
||||
|
||||
frameCount = *frameCountPtr;
|
||||
|
||||
Reference in New Issue
Block a user