DeviceState.cs 102 B

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