mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 01:42:25 -07:00
misc: Make PID unsigned long instead of long (#3043)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv
|
||||
public NvMemoryAllocator MemoryAllocator { get; }
|
||||
public Host1xDevice Host1x { get;}
|
||||
|
||||
public Host1xContext(GpuContext gpu, long pid)
|
||||
public Host1xContext(GpuContext gpu, ulong pid)
|
||||
{
|
||||
MemoryAllocator = new NvMemoryAllocator();
|
||||
Host1x = new Host1xDevice(gpu.Synchronization);
|
||||
|
Reference in New Issue
Block a user