mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-13 07:57:43 +02:00

* Add support for ioctl2, SetTimeout and KickoffPbWithAttr * Call UnloadProcess on NvHostChannelIoctl aswell
11 lines
No EOL
257 B
C#
11 lines
No EOL
257 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
|
|
{
|
|
struct NvHostChannelSubmitGpfifo
|
|
{
|
|
public long Address;
|
|
public int NumEntries;
|
|
public int Flags;
|
|
public int SyncptId;
|
|
public int SyncptValue;
|
|
}
|
|
} |