mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 19:00:48 -07:00
11 lines
264 B
C#
11 lines
264 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostChannel
|
|
{
|
|
internal struct NvHostChannelSubmitGpfifo
|
|
{
|
|
public long Address;
|
|
public int NumEntries;
|
|
public int Flags;
|
|
public int SyncptId;
|
|
public int SyncptValue;
|
|
}
|
|
} |