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