10 lines
205 B
C#
10 lines
205 B
C#
|
namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
|
||
|
{
|
||
|
struct NvHostCtrlSyncptWaitEx
|
||
|
{
|
||
|
public int Id;
|
||
|
public int Thresh;
|
||
|
public int Timeout;
|
||
|
public int Value;
|
||
|
}
|
||
|
}
|