We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 152793f + 07b2293 commit afbf914Copy full SHA for afbf914
scriptmodules/libretrocores/lr-stella.sh
@@ -17,9 +17,9 @@ rp_module_repo="git https://github.com/stella-emu/stella.git master :_get_commit
17
rp_module_section="exp"
18
19
function _get_commit_lr-stella() {
20
- # GCC 11 is required after fd35ce62
+ # GCC 11 is required after 2d57f9e0
21
if [[ "$__gcc_version" -lt 11 ]]; then
22
- echo "fd35ce62"
+ echo "2d57f9e0"
23
fi
24
}
25
0 commit comments