Skip to content

Commit 1268c48

Browse files
authored
Merge pull request #3314 from rusher/master
dolphin - correct build from source script
2 parents 88a8574 + e6bef69 commit 1268c48

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)