mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:00:47 -07:00
8 lines
154 B
C#
8 lines
154 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
|
|
{
|
|
internal struct NvHostCtrlSyncptRead
|
|
{
|
|
public int Id;
|
|
public int Value;
|
|
}
|
|
} |