mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-16 07:22:42 +00:00
9 lines
201 B
C#
9 lines
201 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audout:d")]
|
|
class IAudioOutManagerForDebugger : IpcService
|
|
{
|
|
public IAudioOutManagerForDebugger(ServiceCtx context) { }
|
|
}
|
|
}
|