mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
CEMU: fixed audio configs
This commit is contained in:
parent
524c5e99f8
commit
e908d5c46d
|
@ -7,6 +7,7 @@
|
|||
<language>0</language>
|
||||
<use_discord_presence>true</use_discord_presence>
|
||||
<fullscreen_menubar>false</fullscreen_menubar>
|
||||
<feral_gamemode>false</feral_gamemode>
|
||||
<check_update>false</check_update>
|
||||
<save_screenshot>true</save_screenshot>
|
||||
<vk_warning>false</vk_warning>
|
||||
|
@ -90,11 +91,11 @@
|
|||
<TVChannels>1</TVChannels>
|
||||
<PadChannels>1</PadChannels>
|
||||
<InputChannels>0</InputChannels>
|
||||
<TVVolume>50</TVVolume>
|
||||
<PadVolume>0</PadVolume>
|
||||
<InputVolume>50</InputVolume>
|
||||
<TVDevice>alsa_output.pci-0000_04_00.5-platform-acp5x_mach.0.HiFi__hw_acp5x_1__sink</TVDevice>
|
||||
<PadDevice>alsa_output.pci-0000_04_00.5-platform-acp5x_mach.0.HiFi__hw_acp5x_1__sink</PadDevice>
|
||||
<TVVolume>100</TVVolume>
|
||||
<PadVolume>100</PadVolume>
|
||||
<InputVolume>100</InputVolume>
|
||||
<TVDevice>alsa_output.pci-0000_04_00.1.hdmi-stereo-extra2</TVDevice>
|
||||
<PadDevice>alsa_output.pci-0000_04_00.1.hdmi-stereo-extra2</PadDevice>
|
||||
<InputDevice>filter-chain-source</InputDevice>
|
||||
</Audio>
|
||||
<Account>
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
<li>Fixed a bug where the system folders were not correctly generated</li>
|
||||
<li>Fixed a bug where the RetroDECK Configurator desktop file was not opening the Configurator from Desktop Mode</li>
|
||||
<li>Fixed a bug where the theme was not showing correctly</li>
|
||||
<li>Tweaked some CEMU audio config to choose the correct output device when docked</li>
|
||||
<li>Added retrodeck and configurator commands to be called from the shell or bash inside flatpak</li>
|
||||
</ul>
|
||||
<p>Known issues:</p>
|
||||
|
|
Loading…
Reference in a new issue