Skip to content

Commit

Permalink
config: Remove hbmame (marked as broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 28, 2024
1 parent 11116be commit fc83e79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ jobs:
# fuse
#dpkg -s libglib2.0-dev || sudo apt install -y libglib2.0-dev
# hbmame
dpkg -s mesa-common-dev || sudo apt install -y mesa-common-dev
dpkg -s python2 || sudo apt install -y python2
# lrps2
dpkg -s ccache || sudo apt install -y ccache
dpkg -s libaio-dev || sudo apt install -y libaio-dev
Expand Down Expand Up @@ -260,7 +256,6 @@ jobs:
- lutro
- lrps2
- jumpnbump
#- hbmame # Currently fails to build
- hatari
- handy
- gw
Expand Down
1 change: 0 additions & 1 deletion kodi_game_scripting/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
'gw': ('gw-libretro', 'Makefile', '.', 'build/jni', {}),
'handy': ('libretro-handy', 'Makefile', '.', 'jni', {}),
'hatari': ('hatari', 'Makefile.libretro', '.', 'libretro/jni', {}),
'hbmame': ('hbmame-libretro', 'Makefile.libretro', '.', '3rdparty/SDL2/android-project/jni', {}),
'jumpnbump': ('jumpnbump-libretro', 'Makefile', '.', 'jni', {}),
'lrps2': ('kodi-game/LRPS2', '', '.', '', {'cmake': True, 'branch': 'main', 'soname': 'pcsx2'}),
'lutro': ('libretro-lutro', 'Makefile', '.', 'jni', {}),
Expand Down

0 comments on commit fc83e79

Please sign in to comment.