9 lines
No EOL
183 B
C#
9 lines
No EOL
183 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
|
|
{
|
|
internal struct NvHostCtrlSyncptWait
|
|
{
|
|
public int Id;
|
|
public int Thresh;
|
|
public int Timeout;
|
|
}
|
|
} |