mirror of
https://github.com/libretro/libretro-super
synced 2025-02-15 21:40:29 +00:00
duckstation : Add core and enable it for Linux x86-64
This commit is contained in:
parent
4f1355c6cf
commit
4428f30afc
@ -100,6 +100,7 @@ include_core_mednafen_psx
|
||||
include_core_pcsx_rearmed
|
||||
include_core_pcsx1
|
||||
include_core_rustation
|
||||
include_core_duckstation
|
||||
|
||||
# --- PlayStation2 emulator cores ---
|
||||
#include_core_play
|
||||
|
@ -28,6 +28,7 @@ dolphin libretro-dolphin https://github.com/libretro/dolphin.git master YES CMAK
|
||||
dosbox_core libretro-dosbox_core https://github.com/libretro/dosbox-core.git libretro YES GENERIC Makefile.libretro libretro download_github_linux64
|
||||
dosbox_svn libretro-dosbox_svn https://github.com/libretro/dosbox-svn libretro YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86_64
|
||||
dosbox_svn_ce libretro-dosbox_svn_ce https://github.com/libretro/dosbox-svn community-patches YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86_64
|
||||
duckstation libretro-duckstation https://github.com/stenzek/duckstation.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release -DBUILD_LIBRETRO_CORE=ON
|
||||
ecwolf libretro-ecwolf https://github.com/libretro/ecwolf.git master YES GENERIC Makefile src/libretro
|
||||
easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro
|
||||
fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1
|
||||
|
@ -76,6 +76,13 @@ libretro_daphne_name="Daphne"
|
||||
libretro_daphne_git_url="https://github.com/libretro/daphne.git"
|
||||
libretro_daphne_build_makefile="Makefile"
|
||||
|
||||
include_core_duckstation() {
|
||||
register_module core "duckstation"
|
||||
}
|
||||
libretro_duckstation_name="Duckstation"
|
||||
libretro_duckstation_git_url="https://github.com/stenzek/duckstation.git"
|
||||
libretro_duckstation_build_products="bin"
|
||||
|
||||
include_core_mrboom() {
|
||||
register_module core "mrboom"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user