mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 01:40:47 -07:00
10 lines
194 B
C#
10 lines
194 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
|
|
{
|
|
internal enum NvHostEventState
|
|
{
|
|
Registered = 0,
|
|
Waiting = 1,
|
|
Busy = 2,
|
|
Free = 5
|
|
}
|
|
} |