CEMU: fixed audio configs

This commit is contained in:
XargonWan 2023-12-02 16:32:15 +01:00
parent 524c5e99f8
commit e908d5c46d
2 changed files with 7 additions and 5 deletions

View file

@ -7,6 +7,7 @@
<language>0</language> <language>0</language>
<use_discord_presence>true</use_discord_presence> <use_discord_presence>true</use_discord_presence>
<fullscreen_menubar>false</fullscreen_menubar> <fullscreen_menubar>false</fullscreen_menubar>
<feral_gamemode>false</feral_gamemode>
<check_update>false</check_update> <check_update>false</check_update>
<save_screenshot>true</save_screenshot> <save_screenshot>true</save_screenshot>
<vk_warning>false</vk_warning> <vk_warning>false</vk_warning>
@ -90,11 +91,11 @@
<TVChannels>1</TVChannels> <TVChannels>1</TVChannels>
<PadChannels>1</PadChannels> <PadChannels>1</PadChannels>
<InputChannels>0</InputChannels> <InputChannels>0</InputChannels>
<TVVolume>50</TVVolume> <TVVolume>100</TVVolume>
<PadVolume>0</PadVolume> <PadVolume>100</PadVolume>
<InputVolume>50</InputVolume> <InputVolume>100</InputVolume>
<TVDevice>alsa_output.pci-0000_04_00.5-platform-acp5x_mach.0.HiFi__hw_acp5x_1__sink</TVDevice> <TVDevice>alsa_output.pci-0000_04_00.1.hdmi-stereo-extra2</TVDevice>
<PadDevice>alsa_output.pci-0000_04_00.5-platform-acp5x_mach.0.HiFi__hw_acp5x_1__sink</PadDevice> <PadDevice>alsa_output.pci-0000_04_00.1.hdmi-stereo-extra2</PadDevice>
<InputDevice>filter-chain-source</InputDevice> <InputDevice>filter-chain-source</InputDevice>
</Audio> </Audio>
<Account> <Account>

View file

@ -85,6 +85,7 @@
<li>Fixed a bug where the system folders were not correctly generated</li> <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 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>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> <li>Added retrodeck and configurator commands to be called from the shell or bash inside flatpak</li>
</ul> </ul>
<p>Known issues:</p> <p>Known issues:</p>