IAudioController.cs 179 B

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