misc: Make PID unsigned long instead of long (#3043)

This commit is contained in:
Mary
2022-02-09 21:18:07 +01:00
committed by GitHub
parent 86b37d0ff7
commit 6dffe0fad4
43 changed files with 99 additions and 100 deletions

View File

@ -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,