mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-30 21:42:08 +01:00
10 lines
205 B
C#
10 lines
205 B
C#
|
namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
|
||
|
{
|
||
|
struct NvHostCtrlSyncptWaitEx
|
||
|
{
|
||
|
public int Id;
|
||
|
public int Thresh;
|
||
|
public int Timeout;
|
||
|
public int Value;
|
||
|
}
|
||
|
}
|