mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 06:57:13 +02:00
8 lines
No EOL
147 B
C#
8 lines
No EOL
147 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
|
|
{
|
|
struct NvHostCtrlSyncptRead
|
|
{
|
|
public int Id;
|
|
public int Value;
|
|
}
|
|
} |