mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-01 23:42:26 -07:00
misc: Make PID unsigned long instead of long (#3043)
This commit is contained in:
@@ -418,7 +418,7 @@ namespace Ryujinx.HLE.HOS.Services.Ro
|
||||
return (ResultCode)result;
|
||||
}
|
||||
|
||||
private ResultCode IsInitialized(long pid)
|
||||
private ResultCode IsInitialized(ulong pid)
|
||||
{
|
||||
if (_owner != null && _owner.Pid == pid)
|
||||
{
|
||||
|
Reference in New Issue
Block a user