aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Audio/IAudioRendererManagerForDebugger.cs
blob: a970ae45cc04ee02de9336cc5f591457f2fc928c (plain) (tree)
1
2
3
4
5
6
7
8






                                                                       
namespace Ryujinx.HLE.HOS.Services.Audio
{
    [Service("audren:d")]
    class IAudioRendererManagerForDebugger : IpcService
    {
        public IAudioRendererManagerForDebugger(ServiceCtx context) { }
    }
}