aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Audio/IFinalOutputRecorderManagerForDebugger.cs
blob: 7ded7943552d3dc201c5fe6e8d7df1d441d22f76 (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Audio
{
    [Service("audrec:d")]
    class IFinalOutputRecorderManagerForDebugger : IpcService
    {
        public IFinalOutputRecorderManagerForDebugger(ServiceCtx context) { }
    }
}