misc: Make PID unsigned long instead of long (#3043)
This commit is contained in:
@ -122,7 +122,7 @@ namespace Ryujinx.Graphics.Gpu
|
||||
/// <param name="userObj">User defined object passed to the release callback</param>
|
||||
/// <exception cref="ArgumentException">Thrown when <paramref name="pid"/> is invalid</exception>
|
||||
public void EnqueueFrameThreadSafe(
|
||||
long pid,
|
||||
ulong pid,
|
||||
ulong address,
|
||||
int width,
|
||||
int height,
|
||||
|
Reference in New Issue
Block a user