mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:40:46 -07:00
10 lines
185 B
C#
10 lines
185 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
|
|
{
|
|
internal class NvHostEvent
|
|
{
|
|
public int Id;
|
|
public int Thresh;
|
|
|
|
public NvHostEventState State;
|
|
}
|
|
} |