ILblController.cs 170 B

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