Launch Dolphin from RetroArch/libretro
https://github.com/RobLoach/libretro-dolphin-launcher.git
Launch Dolphin from RetroArch.
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/
%%CODEBLOCK1%% bash
apt-get install dolphin-emu
%%CODEBLOCK2%% bash
retroarch -L /usr/lib/libretro/dolphin_launcher_libretro.so Mario.gcm
``