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