mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 18:08:33 +00:00
10 lines
178 B
C#
10 lines
178 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
|
|
{
|
|
class NvHostEvent
|
|
{
|
|
public int Id;
|
|
public int Thresh;
|
|
|
|
public NvHostEventState State;
|
|
}
|
|
} |