mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-07-28 09:31:56 +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;
|
|
}
|
|
} |