Skip to content

Commit 4729c05

Browse files
authored
Merge pull request #3952 from joolswills/mupen64plus_update_fix
mupen64plus - use full commit hash for pinning GLideN64
2 parents 7063373 + 12d0842 commit 4729c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/mupen64plus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function _get_repos_mupen64plus() {
6666
commit="8a9d52b41b33d853445f0779dd2b9f5ec4ecdda8"
6767
fi
6868
# avoid a GLideN64 regression introduced in 1a0621d
69-
isPlatform "gles" && commit="5bbf55df"
69+
isPlatform "gles" && commit="5bbf55df8c61ab86b5e41a97906bc99ce9b00a36"
7070
repos+=("gonetz GLideN64 master $commit")
7171

7272
local repo

0 commit comments

Comments
 (0)