EmuDeck - ChimeraOS/chimeraos GitHub Wiki
ChimeraOS includes its own version of the Dolphin emulator. By default, EmuDeck's EmulationStation-DE will launch the ChimeraOS version of Dolphin instead of EmuDeck's, which prevents the desired settings and configs from being loaded.
This can be corrected with a small workaround. Add an entry for Dolphin to ES-DE's es_find_rules.xml
which will allow it to find ChimeraOS's version of Dolphin. This file can be found at /home/gamer/ES-DE/custom_systems/es_find_rules.xml
<emulator name="DOLPHIN">
<rule type="staticpath">
<entry>~/.local/share/flatpak/exports/bin/org.DolphinEmu.dolphin-emu</entry>
</rule>
</emulator>
Please refer to this issue on the EmuDeck github for updates