IPowerStateRequestHandler.cs 206 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Time
  2. {
  3. [Service("time:p")] // 9.0.0+
  4. class IPowerStateRequestHandler : IpcService
  5. {
  6. public IPowerStateRequestHandler(ServiceCtx context) { }
  7. }
  8. }