Skip to content

Commit

Permalink
Remove broken mame, mame2015 and mame2016
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 29, 2024
1 parent 0daeb46 commit 55ff373
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ jobs:
dpkg -s libaio-dev || sudo apt install -y libaio-dev
dpkg -s mesa-common-dev || sudo apt install -y mesa-common-dev
# mame
dpkg -s libasound2-dev || sudo apt install -y libasound2-dev
dpkg -s mesa-common-dev || sudo apt install -y mesa-common-dev
# mame2016
dpkg -s libasound2-dev || sudo apt install -y libasound2-dev
dpkg -s python2 || sudo apt install -y python2
# melonds
dpkg -s mesa-common-dev || sudo apt install -y mesa-common-dev
Expand Down Expand Up @@ -245,14 +237,11 @@ jobs:
- mesen
- meowpc98
- melonds
- mame2016
- mame2015
- mame2010
- mame2003_plus
- mame2003_midway
- mame2003
- mame2000
#- mame # Insanely huge and long running (hours and 50GB on a fast machine)
- lutro
- lrps2
- jumpnbump
Expand Down
3 changes: 0 additions & 3 deletions kodi_game_scripting/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,11 @@
'jumpnbump': ('jumpnbump-libretro', 'Makefile', '.', 'jni', {}),
'lrps2': ('kodi-game/LRPS2', '', '.', '', {'cmake': True, 'branch': 'main', 'soname': 'pcsx2'}),
'lutro': ('libretro-lutro', 'Makefile', '.', 'jni', {}),
'mame': ('mame', 'Makefile.libretro', '.', 'jni', {'cmake_options': 'PTR64=1'}), # Huge and longrunning
'mame2000': ('mame2000-libretro', 'Makefile', '.', 'jni', {}),
'mame2003': ('mame2003-libretro', 'Makefile', '.', 'jni', {}),
'mame2003_midway': ('mame2003_midway', 'Makefile', '.', 'jni', {}),
'mame2003_plus': ('mame2003-plus-libretro', 'Makefile', '.', 'jni', {}),
'mame2010': ('mame2010-libretro', 'Makefile', '.', 'jni', {'cmake_options': 'VRENDER=soft PTR64=1'}), # Huge and longrunning
'mame2015': ('mame2015-libretro', 'Makefile', '.', 'jni', {'cmake_options': 'PTR64=1 TARGET=mame'}), # Huge and longrunning
'mame2016': ('mame2016-libretro', 'Makefile.libretro', '.', '3rdparty/SDL2/android-project/jni', {'cmake_options': 'PTR64=1'}), # Huge and longrunning
'melonds': ('melonDS', 'Makefile', '.', 'jni', {}),
'meowpc98': ('libretro-meowPC98', 'Makefile.libretro', 'libretro', 'libretro/jni', {'soname': 'nekop2'}),
'mesen': ('Mesen', 'Makefile', 'Libretro', 'Libretro/jni', {}),
Expand Down

0 comments on commit 55ff373

Please sign in to comment.