mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-04 10:06:42 +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;
|
||
|
}
|
||
|
}
|