mirror of
https://git.ryujinx.app/archive/ryujinx-mirror.git
synced 2025-10-05 02:12:59 +00:00
* Add support for ioctl2, SetTimeout and KickoffPbWithAttr * Call UnloadProcess on NvHostChannelIoctl aswell
7 lines
No EOL
104 B
C#
7 lines
No EOL
104 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
|
{
|
|
enum NvChannelName
|
|
{
|
|
Gpu
|
|
}
|
|
} |