1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-07 02:46:28 -05:00
Files
ryujinx/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs

9 lines
176 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
struct NvHostCtrlSyncptWait
{
public int Id;
public int Thresh;
public int Timeout;
}
}