mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-16 15:32:41 +00:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio
|
|
{
|
|
[Service("audin:d")]
|
|
class IAudioInManagerForDebugger : IpcService
|
|
{
|
|
public IAudioInManagerForDebugger(ServiceCtx context) { }
|
|
}
|
|
}
|