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