Skip to content

Commit 768c1ae

Browse files
authored
Merge pull request #3440 from hatl/advmame-ubuntu-21.10-fix
fixed compilation with newer gcc (required for ubuntu 21.10)
2 parents 7e76934 + 4abfe55 commit 768c1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/emulators/advmame.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#
1111

1212
rp_module_id="advmame"
13-
rp_module_desc="AdvanceMAME v3.9"
13+
rp_module_desc="AdvanceMAME"
1414
rp_module_help="ROM Extension: .zip\n\nCopy your AdvanceMAME roms to either $romdir/mame-advmame or\n$romdir/arcade"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/amadvance/advancemame/master/COPYING"
16-
rp_module_repo="git https://github.com/amadvance/advancemame v3.9"
16+
rp_module_repo="git https://github.com/amadvance/advancemame master"
1717
rp_module_section="opt"
1818
rp_module_flags="sdl2 sdl1-videocore"
1919

0 commit comments

Comments
 (0)