mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-16 07:22:42 +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) { }
|
|
}
|
|
}
|