aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Wlan/ILocalGetActionFrame.cs
blob: 6c2e20a45209766aed11cd826e1b0a29bd826c8a (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Wlan
{
    [Service("wlan:lga")]
    class ILocalGetActionFrame : IpcService
    {
        public ILocalGetActionFrame(ServiceCtx context) { }
    }
}