mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +00:00
Don't try to download the unmaintained stonesoup core.
This commit is contained in:
parent
aaf6cf17c8
commit
ba53a51832
@ -274,7 +274,6 @@ include_core_daphne
|
||||
include_core_dinothawr
|
||||
include_core_3dengine
|
||||
include_core_2048
|
||||
include_core_stonesoup
|
||||
include_core_scummvm
|
||||
include_core_chailove
|
||||
include_core_thepowdertoy
|
||||
|
@ -61,7 +61,6 @@ build_default_cores_little_endian_only() {
|
||||
|
||||
build_default_cores_cpp11() {
|
||||
libretro_build_core dinothawr
|
||||
libretro_build_core stonesoup
|
||||
libretro_build_core bsnes_accuracy
|
||||
libretro_build_core bsnes_balanced
|
||||
libretro_build_core bsnes_performance
|
||||
|
@ -113,7 +113,6 @@ build_default_cores_little_endian_only() {
|
||||
|
||||
build_default_cores_cpp11() {
|
||||
libretro_build_core dinothawr
|
||||
libretro_build_core stonesoup
|
||||
libretro_build_core bsnes_accuracy
|
||||
libretro_build_core bsnes_balanced
|
||||
libretro_build_core bsnes_performance
|
||||
|
@ -1282,15 +1282,6 @@ include_core_opera() {
|
||||
libretro_opera_name="Opera"
|
||||
libretro_opera_git_url="https://github.com/libretro/opera-libretro.git"
|
||||
|
||||
include_core_stonesoup() {
|
||||
register_module core "stonesoup" -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_stonesoup_name="Dungeon Crawl Stone Soup"
|
||||
libretro_stonesoup_git_url="https://github.com/libretro/crawl-ref.git"
|
||||
libretro_stonesoup_git_submodules="clone"
|
||||
libretro_stonesoup_build_subdir="crawl-ref"
|
||||
libretro_stonesoup_build_makefile="Makefile.libretro"
|
||||
|
||||
include_core_freechaf() {
|
||||
register_module core "freechaf" -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user