Ryujinx/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs
2018-06-16 03:20:48 +02:00

9 lines
No EOL
176 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
struct NvHostCtrlSyncptWait
{
public int Id;
public int Thresh;
public int Timeout;
}
}