IAudioInManagerForDebugger.cs 200 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Audio
  2. {
  3. [Service("audin:d")]
  4. class IAudioInManagerForDebugger : IpcService
  5. {
  6. public IAudioInManagerForDebugger(ServiceCtx context) { }
  7. }
  8. }