IAudioOutManagerForDebugger.cs 203 B

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