1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-06 06:52:55 -06:00
ryujinx/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs

8 lines
147 B
C#

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