Add support for ioctl2, SetTimeout and KickoffPbWithAttr (#261)
* Add support for ioctl2, SetTimeout and KickoffPbWithAttr * Call UnloadProcess on NvHostChannelIoctl aswell
This commit is contained in:
7
Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvChannel.cs
Normal file
7
Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvChannel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
||||
{
|
||||
class NvChannel
|
||||
{
|
||||
public int Timeout;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user