1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-17 05:10:04 -06:00
ryujinx/Ryujinx.HLE/HOS/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs

10 lines
202 B
C#
Raw Normal View History

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