IManagerInterface.cs 176 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Sm
  2. {
  3. [Service("sm:m")]
  4. class IManagerInterface : IpcService
  5. {
  6. public IManagerInterface(ServiceCtx context) { }
  7. }
  8. }