mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-17 16:31:02 -05:00
9 lines
197 B
C#
9 lines
197 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audout:a")]
|
|
class IAudioOutManagerForApplet : IpcService
|
|
{
|
|
public IAudioOutManagerForApplet(ServiceCtx context) { }
|
|
}
|
|
}
|