mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-30 17:09:15 +00:00
misc: Replace references to IntPtr/UIntPtr with nint/nuint + code cleanups.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Ryujinx.Cpu.LightningJit.State
|
||||
|
||||
private readonly IJitMemoryBlock _block;
|
||||
|
||||
public IntPtr BasePtr => _block.Pointer;
|
||||
public nint BasePtr => _block.Pointer;
|
||||
|
||||
public NativeContext(IJitMemoryAllocator allocator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user