IPowerStateInterface.cs 187 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Am.Spsm
  2. {
  3. [Service("spsm")]
  4. class IPowerStateInterface : IpcService
  5. {
  6. public IPowerStateInterface(ServiceCtx context) { }
  7. }
  8. }