forked from MeloNX/MeloNX
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) { }
|
|
}
|
|
}
|