mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-01 02:52:56 +00:00
9 lines
194 B
C#
9 lines
194 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audin:a")]
|
|
class IAudioInManagerForApplet : IpcService
|
|
{
|
|
public IAudioInManagerForApplet(ServiceCtx context) { }
|
|
}
|
|
}
|