ILogManager.cs 170 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Pcie
  2. {
  3. [Service("pcie:log")]
  4. class ILogManager : IpcService
  5. {
  6. public ILogManager(ServiceCtx context) { }
  7. }
  8. }