mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-11 19:07:42 +02:00

* Add support for ioctl2, SetTimeout and KickoffPbWithAttr * Call UnloadProcess on NvHostChannelIoctl aswell
7 lines
No EOL
117 B
C#
7 lines
No EOL
117 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
|
{
|
|
class NvChannel
|
|
{
|
|
public int Timeout;
|
|
}
|
|
} |