1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-17 12:58:16 -06:00

10 lines
204 B
C#

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