Skip to content

Commit

Permalink
config: Add Uzem (Uzebox emulator)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Sep 2, 2020
1 parent e507ea2 commit 4e5a545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kodi_game_scripting/config.py
Expand Up @@ -132,6 +132,7 @@
'tyrquake': ('tyrquake', 'Makefile', '.', 'jni', {}),
'uae': ('libretro-uae', 'Makefile', '.', 'jni', {'soname': 'puae'}),
#'uae4arm': ('uae4arm-libretro', 'Makefile', '.', 'jni', {}), # Fails to build on non arm system
'uzem': ('libretro-uzem', 'Makefile.libretro', '.', 'jni', {}),
'vba-next': ('vba-next', 'Makefile', '.', 'libretro/jni', {'soname': 'vba_next'}),
'vbam': ('vbam-libretro', 'Makefile', 'src/libretro', 'src/libretro/jni', {}),
'vecx': ('libretro-vecx', 'Makefile', '.', 'jni', {}),
Expand Down

0 comments on commit 4e5a545

Please sign in to comment.