aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Audio/IFinalOutputRecorderManagerForDebugger.cs
blob: 653ab598c8a7f4370fbe659574cead88872800c7 (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) { }
    }
}