namespace Ryujinx.Audio.Renderer.Server.Types { /// /// The rendering device of an . /// public enum AudioRendererRenderingDevice : byte { /// /// Rendering is performed on the DSP. /// /// /// Only supports . /// Dsp, /// /// Rendering is performed on the CPU. /// /// /// Only supports . /// Cpu } }