ISocketGetFrame.cs 177 B

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