IBoardPowerControlManager.cs 196 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Pcv.Bpc
  2. {
  3. [Service("bpc")]
  4. class IBoardPowerControlManager : IpcService
  5. {
  6. public IBoardPowerControlManager(ServiceCtx context) { }
  7. }
  8. }