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