aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs
blob: 6aaa471831ed40fa20b32e3adb832c61971f0494 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
{
    struct NvHostCtrlSyncptWaitEx
    {
        public int Id;
        public int Thresh;
        public int Timeout;
        public int Value;
    }
}