mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-28 20:49:22 +01:00
8 lines
148 B
C#
8 lines
148 B
C#
|
namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
|
||
|
{
|
||
|
struct NvHostCtrlSyncptRead
|
||
|
{
|
||
|
public int Id;
|
||
|
public int Value;
|
||
|
}
|
||
|
}
|