mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 06:57:13 +02: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;
|
|
}
|
|
} |