mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-06 19:08:40 +00:00
![gdkchan](/assets/img/avatar_default.png)
* Add support for ioctl2, SetTimeout and KickoffPbWithAttr * Call UnloadProcess on NvHostChannelIoctl aswell
7 lines
104 B
C#
7 lines
104 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
|
{
|
|
enum NvChannelName
|
|
{
|
|
Gpu
|
|
}
|
|
} |