IInformationInterface.cs 187 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Pm
  2. {
  3. [Service("pm:info")]
  4. class IInformationInterface : IpcService
  5. {
  6. public IInformationInterface(ServiceCtx context) { }
  7. }
  8. }