IArbitrationManager.cs 202 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Pcv.Clkrst
  2. {
  3. [Service("clkrst:a")] // 8.0.0+
  4. class IArbitrationManager : IpcService
  5. {
  6. public IArbitrationManager(ServiceCtx context) { }
  7. }
  8. }