: You can clone the Dolphin repository using Git:
- name: Build 32-bit run: | sudo dpkg --add-architecture i386 mkdir build32 && cd build32 cmake .. -DCMAKE_CXX_FLAGS="-m32" -DCMAKE_C_FLAGS="-m32" make dolphin+32+bits+github+hot
DolphinQt2.exe -e "game.iso" --config "Graphics.Settings:Backend=DX11" : You can clone the Dolphin repository using
Then, navigate to the Dolphin directory and compile: dolphin+32+bits+github+hot