namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl { internal struct NvHostCtrlSyncptRead { public int Id; public int Value; } }