Skip to content

Commit e6bef69

Browse files
committed
dolphin - correct build from source script
After recent modification of dolphin.sh, build from source failed, because 2 branches are set in git command.
1 parent 88a8574 commit e6bef69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/dolphin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rp_module_id="dolphin"
1313
rp_module_desc="Gamecube/Wii emulator Dolphin"
1414
rp_module_help="ROM Extensions: .gcm .iso .wbfs .ciso .gcz .rvz\n\nCopy your Gamecube roms to $romdir/gc and Wii roms to $romdir/wii"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/dolphin-emu/dolphin/master/license.txt"
16-
rp_module_repo="git https://github.com/dolphin-emu/dolphin.git master :_get_branch_dolphin"
16+
rp_module_repo="git https://github.com/dolphin-emu/dolphin.git :_get_branch_dolphin"
1717
rp_module_section="exp"
1818
rp_module_flags="!all 64bit"
1919

0 commit comments

Comments
 (0)