mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
{
|
||||
if (Pointer != null)
|
||||
{
|
||||
Marshal.FreeHGlobal((IntPtr)Pointer);
|
||||
Marshal.FreeHGlobal((nint)Pointer);
|
||||
Pointer = null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user