Add vice rule

This commit is contained in:
twinaphex 2017-03-24 14:19:47 +01:00
parent afdbca0617
commit 9af33c6373
2 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,7 @@ include_core_nxengine
include_core_prboom
include_core_mrboom
include_core_xrick
include_core_vice
include_core_stella
include_core_desmume
include_core_melonds

View File

@ -31,6 +31,13 @@ libretro_mrboom_name="Mr.Boom"
libretro_mrboom_git_url="https://github.com/libretro/mrboom-libretro.git"
libretro_mrboom_build_makefile="Makefile"
include_core_vice() {
register_module core "vice"
}
libretro_vice_name="VICE"
libretro_vice_git_url="https://github.com/libretro/vice-libretro.git"
libretro_vice_build_makefile="Makefile"
include_core_xrick() {
register_module core "xrick"
}