aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs
blob: 29a75dd7d865512bc9aeb6c1adff785fde7e6fcb (plain)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
    struct NvHostCtrlSyncptWait
    {
        public int Id;
        public int Thresh;
        public int Timeout;
    }
}