IBootModeInterface.cs 179 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Pm
  2. {
  3. [Service("pm:bm")]
  4. class IBootModeInterface : IpcService
  5. {
  6. public IBootModeInterface(ServiceCtx context) { }
  7. }
  8. }