mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 06:39:53 -06: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) { }
|
|
}
|
|
}
|