mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 07:21:43 +00:00
Report active audio device as TV, rather than internal speakers. (#2103)
This commit is contained in:
parent
39f171ece5
commit
12b953dd57
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue