mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-15 08:35:48 -05:00
8 lines
147 B
C#
8 lines
147 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
|
|
{
|
|
struct NvHostCtrlSyncptRead
|
|
{
|
|
public int Id;
|
|
public int Value;
|
|
}
|
|
} |