IUnknown1.cs 176 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Wlan
  2. {
  3. [Service("wlan:dtc")] // 6.0.0+
  4. class IUnknown1 : IpcService
  5. {
  6. public IUnknown1(ServiceCtx context) { }
  7. }
  8. }