File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
scriptmodules/libretrocores Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,16 @@ rp_module_id="lr-stella"
13
13
rp_module_desc=" Atari 2600 emulator - Stella core for libretro"
14
14
rp_module_help=" ROM Extensions: .a26 .bin .rom .zip .gz\n\nCopy your Atari 2600 roms to $romdir /atari2600"
15
15
rp_module_licence=" GPL2 https://raw.githubusercontent.com/stella-emu/stella/master/License.txt"
16
- rp_module_repo=" git https://github.com/stella-emu/stella.git master"
16
+ rp_module_repo=" git https://github.com/stella-emu/stella.git master :_get_commit_lr-stella "
17
17
rp_module_section=" exp"
18
18
19
+ function _get_commit_lr-stella() {
20
+ # GCC 11 is required after fd35ce62
21
+ if [[ " $__gcc_version " -lt 11 ]]; then
22
+ echo " fd35ce62"
23
+ fi
24
+ }
25
+
19
26
function sources_lr-stella() {
20
27
gitPullOrClone
21
28
}
You can’t perform that action at this time.
0 commit comments