DeviceState.cs 104 B

1234567
  1. namespace Ryujinx.HLE.OsHle.Services.Nfp
  2. {
  3. enum DeviceState
  4. {
  5. Initialized = 0
  6. }
  7. }