Report active audio device as TV, rather than internal speakers. (#2103)

This commit is contained in:
riperiperi 2021-03-14 10:31:36 +00:00 committed by GitHub
parent 39f171ece5
commit 12b953dd57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ namespace Ryujinx.Audio.Renderer.Device
/// The current active <see cref="VirtualDevice"/>.
/// </summary>
// TODO: make this configurable
public VirtualDevice ActiveDevice = VirtualDevice.Devices[1];
public VirtualDevice ActiveDevice = VirtualDevice.Devices[2];
/// <summary>
/// Get the associated <see cref="T:VirtualDeviceSession[]"/> from an AppletResourceId.