ILocalManager.cs 174 B

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