mirror of
https://github.com/libretro/libretro-super
synced 2025-04-17 08:43:18 +00:00
Add ecwolf
This commit is contained in:
parent
c79eea7c2b
commit
f49ff645de
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user