mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-27 03:33:04 -03:00
9 lines
No EOL
176 B
C#
9 lines
No EOL
176 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
|
|
{
|
|
struct NvHostCtrlSyncptWait
|
|
{
|
|
public int Id;
|
|
public int Thresh;
|
|
public int Timeout;
|
|
}
|
|
} |