Add ecwolf

This commit is contained in:
twinaphex 2020-02-24 02:57:29 +01:00
parent c79eea7c2b
commit f49ff645de
2 changed files with 8 additions and 0 deletions

View File

@ -224,6 +224,7 @@ include_core_vitaquake2
include_core_vitaquake3
include_core_boom3
include_core_prboom
include_core_ecwolf
include_core_xrick
include_core_openlara
include_core_nxengine

View File

@ -401,6 +401,13 @@ include_core_nxengine() {
libretro_nxengine_name="NXEngine"
libretro_nxengine_git_url="https://github.com/libretro/nxengine-libretro.git"
include_core_ecwolf() {
register_module core "ecwolf"
}
libretro_ecwolf_name="ECWolf"
libretro_ecwolf_git_url="https://github.com/libretro/ecwolf.git"
libretro_ecwolf_build_platform="$FORMAT_COMPILER_TARGET_ALT"
include_core_prboom() {
register_module core "prboom"
}