Skip to content

Commit

Permalink
Merge pull request #120 from garbear/yabasanshiro
Browse files Browse the repository at this point in the history
Add yabasanshiro core
  • Loading branch information
garbear authored Dec 12, 2023
2 parents 333174f + ec094ed commit 0311012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
# wolfenstein3d
#dpkg -s libsdl1.2-dev || sudo apt install -y libsdl1.2-dev
# yabasanshiro
dpkg -s mesa-common-dev || sudo apt install -y mesa-common-dev
displayName: 'Install system dependencies'
# TODO: git authorship
Expand All @@ -164,6 +167,7 @@ jobs:
# List add-ons in reverse order for sorted results in the kodi-game org
addons:
- yabause
- yabasanshiro
- xrick
- xmil
#- wolfenstein3d # Doesn't compile
Expand Down
1 change: 1 addition & 0 deletions kodi_game_scripting/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@
#'wolfenstein3d': ('kodi-game/libretro-wolfenstein3d', 'Makefile.libretro', '.', 'jni', {}), # Requires SDL 1
'xmil': ('xmil-libretro', 'Makefile.libretro', 'libretro', 'libretro/jni', {'soname': 'x1'}),
'xrick': ('xrick-libretro', 'Makefile.libretro', '.', 'jni', {}),
'yabasanshiro': ('yabause', 'Makefile', 'yabause/src/libretro', 'yabause/src/libretro/jni', {'branch': 'yabasanshiro'}),
'yabause': ('yabause', 'Makefile', 'yabause/src/libretro', 'yabause/src/libretro/jni', {}),
}

0 comments on commit 0311012

Please sign in to comment.