mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-15 11:41:11 +00:00
9 lines
211 B
C#
9 lines
211 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audren:d")]
|
|
class IAudioRendererManagerForDebugger : IpcService
|
|
{
|
|
public IAudioRendererManagerForDebugger(ServiceCtx context) { }
|
|
}
|
|
}
|