Launch Dolphin from RetroArch/libretro
https://github.com/RobLoach/libretro-dolphin-launcher.git
Launch Nintendo Wii and GameCube games through Dolphin native, directly from RetroArch.
Note: This is a big hack, and it's recommended to use the Dolphin Core instead.
bash
git clone https://github.com/RobLoach/libretro-dolphin-launcher.git
cd libretro-dolphin-launcher
make
%%CODEBLOCK0%% bash
cp dolphin_launcher_libretro.so /usr/lib/libretro/
cp dolphin_launcher_libretro.info /usr/share/libretro/info/
%%CODEBLOCK1%% bash
dolphin-emu --version
dolphin-emu-nogui --version
flatpak run org.DolphinEmu.dolphin-emu --version
%%CODEBLOCK2%% bash
retroarch -L dolphin_launcher_libretro.so Mario.gcm
``