8 lines
199 B
C#
8 lines
199 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Audio
|
|||
|
{
|
|||
|
[Service("audout:a")]
|
|||
|
class IAudioOutManagerForApplet : IpcService
|
|||
|
{
|
|||
|
public IAudioOutManagerForApplet(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|