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 28, 2024
1 parent fc83e79 commit 67ba271
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,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 67ba271

Please sign in to comment.