mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 10:11:13 +02:00
misc: Use nint instead of IntPtr
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Ryujinx.Memory
|
||||
public static partial int shm_unlink(nint name);
|
||||
|
||||
[DllImport("android")]
|
||||
internal static extern int ASharedMemory_create(IntPtr name, nuint size);
|
||||
internal static extern int ASharedMemory_create(nint name, nuint size);
|
||||
|
||||
private static int MmapFlagsToSystemFlags(MmapFlags flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user