ICecManager.cs 165 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Cec
  2. {
  3. [Service("cec-mgr")]
  4. class ICecManager : IpcService
  5. {
  6. public ICecManager(ServiceCtx context) { }
  7. }
  8. }