aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Audio/IAudioInManagerForApplet.cs
blob: 37d9a8fe8c89241feb666a54fe6c902d3b631e03 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Audio
{
    [Service("audin:a")]
    class IAudioInManagerForApplet : IpcService
    {
        public IAudioInManagerForApplet(ServiceCtx context) { }
    }
}