IManager.cs 162 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Ptm.Pcm
  2. {
  3. [Service("pcm")]
  4. class IManager : IpcService
  5. {
  6. public IManager(ServiceCtx context) { }
  7. }
  8. }