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:
gdkchan 2018-07-15 00:04:46 -03:00 committed by GitHub
parent d7201d5b99
commit 83f8a44002
5 changed files with 123 additions and 26 deletions

View file

@ -0,0 +1,7 @@
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
{
class NvChannel
{
public int Timeout;
}
}