mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +02:00
8 lines
207 B
C#
8 lines
207 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audren:a")]
|
|
class IAudioRendererManagerForApplet : IpcService
|
|
{
|
|
public IAudioRendererManagerForApplet(ServiceCtx context) { }
|
|
}
|
|
}
|