mirror of
https://github.com/libretro/libretro-super
synced 2024-12-27 12:27:50 +00:00
970 lines
33 KiB
Bash
970 lines
33 KiB
Bash
# vim: set ts=3 sw=3 noet ft=sh : bash
|
|
|
|
include_core_bsnes_accuracy() {
|
|
register_module core "bsnes_accuracy" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bsnes_accuracy_name="bsnes/higan (Accuracy)"
|
|
libretro_bsnes_accuracy_git_url="https://github.com/libretro/bsnes-libretro.git"
|
|
libretro_bsnes_accuracy_build_args="compiler=\"${CXX11}\" profile=\"accuracy\""
|
|
libretro_bsnes_accuracy_build_products="out"
|
|
|
|
include_core_bsnes_balanced() {
|
|
register_module core "bsnes_balanced" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bsnes_balanced_name="bsnes/higan (Balanced)"
|
|
libretro_bsnes_balanced_git_url="https://github.com/libretro/bsnes-libretro.git"
|
|
libretro_bsnes_balanced_build_args="compiler=\"${CXX11}\" profile=\"balanced\""
|
|
libretro_bsnes_balanced_build_products="out"
|
|
|
|
include_core_bsnes_performance() {
|
|
register_module core "bsnes_performance" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bsnes_performance_name="bsnes/higan (Performance)"
|
|
libretro_bsnes_performance_git_url="https://github.com/libretro/bsnes-libretro.git"
|
|
libretro_bsnes_performance_build_args="compiler=\"${CXX11}\" profile=\"performance\""
|
|
libretro_bsnes_performance_build_products="out"
|
|
|
|
include_core_crocods() {
|
|
register_module core "crocods"
|
|
}
|
|
libretro_crocods_name="CrocoDS"
|
|
libretro_crocods_git_url="https://github.com/libretro/libretro-crocods.git"
|
|
libretro_crocods_build_makefile="Makefile"
|
|
|
|
include_core_dolphin() {
|
|
register_module core "dolphin"
|
|
}
|
|
libretro_dolphin_name="Dolphin"
|
|
libretro_dolphin_git_url="https://github.com/libretro/dolphin.git"
|
|
libretro_dolphin_build_subdir="Source/Core/DolphinLibretro"
|
|
libretro_dolphin_build_makefile="Makefile"
|
|
|
|
include_core_mrboom() {
|
|
register_module core "mrboom"
|
|
}
|
|
libretro_mrboom_name="Mr.Boom"
|
|
libretro_mrboom_git_url="https://github.com/libretro/mrboom-libretro.git"
|
|
libretro_mrboom_build_makefile="Makefile"
|
|
|
|
include_core_frodo() {
|
|
register_module core "frodo"
|
|
}
|
|
libretro_frodo_name="Frodo"
|
|
libretro_frodo_git_url="https://github.com/libretro/frodo-libretro.git"
|
|
libretro_frodo_build_makefile="Makefile"
|
|
|
|
include_core_vice_x64() {
|
|
register_module core "vice_x64"
|
|
}
|
|
libretro_vice_x64_name="VICE x64"
|
|
libretro_vice_x64_git_url="https://github.com/libretro/vice-libretro.git"
|
|
libretro_vice_x64_build_makefile="Makefile"
|
|
|
|
include_core_vice_x128() {
|
|
register_module core "vice_x128"
|
|
}
|
|
libretro_vice_x128_name="VICE x128"
|
|
libretro_vice_x128_git_url="https://github.com/libretro/vice-libretro.git"
|
|
libretro_vice_x128_build_makefile="Makefile"
|
|
libretro_vice_x128_build_args="EMUTYPE=\"x128\""
|
|
libretro_vice_x128_build_cores="vice_x128"
|
|
|
|
include_core_vice_xplus4() {
|
|
register_module core "vice_xplus4"
|
|
}
|
|
libretro_vice_xplus4_name="VICE xplus4"
|
|
libretro_vice_xplus4_git_url="https://github.com/libretro/vice-libretro.git"
|
|
libretro_vice_xplus4_build_makefile="Makefile"
|
|
libretro_vice_xplus4_build_args="EMUTYPE=\"xplus4\""
|
|
libretro_vice_xplus4_build_cores="vice_xplus4"
|
|
|
|
include_core_vice_xvic() {
|
|
register_module core "vice_xvic"
|
|
}
|
|
libretro_vice_xvic_name="VICE xvic"
|
|
libretro_vice_xvic_git_url="https://github.com/libretro/vice-libretro.git"
|
|
libretro_vice_xvic_build_makefile="Makefile"
|
|
libretro_vice_xvic_build_args="EMUTYPE=\"xvic\""
|
|
libretro_vice_xvic_build_cores="vice_xvic"
|
|
|
|
include_core_xrick() {
|
|
register_module core "xrick"
|
|
}
|
|
libretro_xrick_name="XRick"
|
|
libretro_xrick_git_url="https://github.com/libretro/xrick-libretro.git"
|
|
libretro_xrick_build_makefile="Makefile"
|
|
|
|
include_core_freeintv() {
|
|
register_module core "freeintv"
|
|
}
|
|
libretro_freeintv_name="FreeIntv"
|
|
libretro_freeintv_git_url="https://github.com/libretro/FreeIntv.git"
|
|
libretro_freeintv_build_makefile="Makefile"
|
|
|
|
include_core_pocketcdg() {
|
|
register_module core "pocketcdg"
|
|
}
|
|
libretro_pocketcdg_name="PocketCDG"
|
|
libretro_pocketcdg_git_url="https://github.com/libretro/libretro-pocketcdg.git"
|
|
libretro_pocketcdg_build_makefile="Makefile"
|
|
|
|
include_core_easyrpg() {
|
|
register_module core "easyrpg" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_easyrpg_name="EasyRPG"
|
|
libretro_easyrpg_git_url="https://github.com/libretro/easyrpg-libretro.git"
|
|
libretro_easyrpg_build_subdir="builds/libretro"
|
|
libretro_easyrpg_build_makefile="Makefile.libretro"
|
|
|
|
include_core_gme() {
|
|
register_module core "gme" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_gme_name="Game Music Emu"
|
|
libretro_gme_git_url="https://github.com/libretro/libretro-gme.git"
|
|
|
|
include_core_snes9x2002() {
|
|
register_module core "snes9x2002" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_snes9x2002_name="SNES9x 2002"
|
|
libretro_snes9x2002_git_url="https://github.com/libretro/snes9x2002.git"
|
|
|
|
include_core_snes9x2005() {
|
|
register_module core "snes9x2005" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_snes9x2005_name="SNES9x 2005"
|
|
libretro_snes9x2005_git_url="https://github.com/libretro/snes9x2005.git"
|
|
|
|
include_core_snes9x2010() {
|
|
register_module core "snes9x2010" -ps3
|
|
}
|
|
libretro_snes9x2010_name="SNES9x 2010"
|
|
libretro_snes9x2010_git_url="https://github.com/libretro/snes9x2010.git"
|
|
libretro_snes9x2010_build_makefile="Makefile.libretro"
|
|
libretro_snes9x2010_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
|
|
include_core_snes9x() {
|
|
register_module core "snes9x" -ngc -sncps3 -ps3 -psp1 -wii
|
|
}
|
|
libretro_snes9x_name="SNES9x"
|
|
libretro_snes9x_git_url="https://github.com/libretro/snes9x.git"
|
|
libretro_snes9x_build_subdir="libretro"
|
|
|
|
include_core_reicast() {
|
|
register_module core "reicast"
|
|
}
|
|
libretro_reicast_name="Reicast"
|
|
libretro_reicast_git_url="https://github.com/libretro/reicast-emulator.git"
|
|
libretro_reicast_build_makefile="Makefile"
|
|
|
|
include_core_redream() {
|
|
register_module core "redream"
|
|
}
|
|
libretro_redream_name="Redream"
|
|
libretro_redream_git_url="https://github.com/libretro/redream.git"
|
|
libretro_redream_build_makefile="Makefile"
|
|
libretro_redream_build_subdir="deps/libretro"
|
|
|
|
include_core_genesis_plus_gx() {
|
|
register_module core "genesis_plus_gx" -theos_ios
|
|
}
|
|
libretro_genesis_plus_gx_name="Genesis Plus GX"
|
|
libretro_genesis_plus_gx_git_url="https://github.com/libretro/Genesis-Plus-GX.git"
|
|
libretro_genesis_plus_gx_build_makefile="Makefile.libretro"
|
|
|
|
include_core_mgba() {
|
|
register_module core "mgba"
|
|
}
|
|
libretro_mgba_name="mGBA"
|
|
libretro_mgba_git_url="https://github.com/libretro/mgba.git"
|
|
libretro_mgba_build_makefile="Makefile.libretro"
|
|
|
|
include_core_video_processor() {
|
|
register_module core "video_processor"
|
|
}
|
|
libretro_video_processor_name="Video processor"
|
|
libretro_video_processor_git_url="https://github.com/libretro/libretro-video-processor.git"
|
|
libretro_video_processor_build_makefile="Makefile"
|
|
|
|
include_core_fbalpha() {
|
|
register_module core "fbalpha" -psp1
|
|
}
|
|
libretro_fbalpha_name="Final Burn Alpha"
|
|
libretro_fbalpha_git_url="https://github.com/libretro/fbalpha.git"
|
|
libretro_fbalpha_build_makefile="makefile.libretro"
|
|
|
|
include_core_fbalpha2012() {
|
|
register_module core "fbalpha2012" -psp1
|
|
}
|
|
libretro_fbalpha2012_name="Final Burn Alpha 2012"
|
|
libretro_fbalpha2012_git_url="https://github.com/libretro/fbalpha2012.git"
|
|
libretro_fbalpha2012_build_subdir="svn-current/trunk"
|
|
libretro_fbalpha2012_build_makefile="makefile.libretro"
|
|
|
|
include_core_fbalpha2012_cps1() {
|
|
register_module core "fbalpha2012_cps1" -psp1
|
|
}
|
|
libretro_fbalpha2012_cps1_name="Final Burn Alpha 2012 CPS1"
|
|
libretro_fbalpha2012_cps1_git_url="https://github.com/libretro/fbalpha2012_cps1.git"
|
|
libretro_fbalpha2012_cps1_build_makefile="makefile.libretro"
|
|
|
|
include_core_fbalpha2012_cps2() {
|
|
register_module core "fbalpha2012_cps2" -psp1
|
|
}
|
|
libretro_fbalpha2012_cps2_name="Final Burn Alpha 2012 CPS2"
|
|
libretro_fbalpha2012_cps2_git_url="https://github.com/libretro/fbalpha2012_cps2.git"
|
|
libretro_fbalpha2012_cps2_build_makefile="makefile.libretro"
|
|
|
|
include_core_fbalpha2012_cps3() {
|
|
register_module core "fbalpha2012_cps3" -psp1
|
|
}
|
|
libretro_fbalpha2012_cps3_name="Final Burn Alpha 2012 CPS3"
|
|
libretro_fbalpha2012_cps3_git_url="https://github.com/libretro/fbalpha2012_cps3.git"
|
|
libretro_fbalpha2012_cps3_build_subdir="svn-current/trunk"
|
|
libretro_fbalpha2012_cps3_build_makefile="makefile.libretro"
|
|
|
|
include_core_fbalpha2012_neogeo() {
|
|
register_module core "fbalpha2012_neogeo" -psp1
|
|
}
|
|
libretro_fbalpha2012_neogeo_name="Final Burn Alpha 2012 NeoGeo"
|
|
libretro_fbalpha2012_neogeo_git_url="https://github.com/libretro/fbalpha2012_neogeo.git"
|
|
libretro_fbalpha2012_neogeo_build_makefile="Makefile"
|
|
|
|
include_core_blastem() {
|
|
register_module core "blastem" -psp1
|
|
}
|
|
libretro_blastem_name="BlastEm"
|
|
libretro_blastem_git_url="https://github.com/libretro/blastem-libretro.git"
|
|
libretro_blastem_build_subdir="libretro"
|
|
libretro_blastem_build_makefile="Makefile"
|
|
|
|
include_core_vba_next() {
|
|
register_module core "vba_next"
|
|
}
|
|
libretro_vba_next_name="VBA Next"
|
|
libretro_vba_next_git_url="https://github.com/libretro/vba-next.git"
|
|
libretro_vba_next_build_makefile="Makefile.libretro"
|
|
libretro_vba_next_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
|
|
include_core_vbam() {
|
|
register_module core "vbam" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_vbam_name="VBA-M"
|
|
libretro_vbam_git_url="https://github.com/libretro/vbam-libretro.git"
|
|
libretro_vbam_build_subdir="src/libretro"
|
|
libretro_vbam_build_makefile="Makefile"
|
|
libretro_vbam_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
|
|
include_core_handy() {
|
|
register_module core "handy" -ngc -wii
|
|
}
|
|
libretro_handy_name="Handy"
|
|
libretro_handy_git_url="https://github.com/libretro/libretro-handy.git"
|
|
|
|
include_core_cap32() {
|
|
register_module core "cap32" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_cap32_name="Caprice32"
|
|
libretro_cap32_git_url="https://github.com/libretro/libretro-cap32.git"
|
|
libretro_cap32_build_makefile="Makefile"
|
|
|
|
include_core_fsuae() {
|
|
register_module core "fsuae" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_fsuae_name="FS-UAE"
|
|
libretro_fsuae_git_url="https://github.com/libretro/libretro-fsuae.git"
|
|
libretro_fsuae_build_makefile="Makefile.in"
|
|
|
|
include_core_puae() {
|
|
register_module core "puae" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_puae_name="PUAE"
|
|
libretro_puae_git_url="https://github.com/libretro/libretro-uae.git"
|
|
libretro_puae_build_makefile="Makefile"
|
|
|
|
include_core_bnes() {
|
|
register_module core "bnes" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bnes_name="bnes/higan"
|
|
libretro_bnes_git_url="https://github.com/libretro/bnes-libretro.git"
|
|
libretro_bnes_build_args="compiler=\"${CXX11}\""
|
|
|
|
include_core_fceumm() {
|
|
register_module core "fceumm"
|
|
}
|
|
libretro_fceumm_name="FCEUmm"
|
|
libretro_fceumm_git_url="https://github.com/libretro/libretro-fceumm.git"
|
|
libretro_fceumm_build_makefile="Makefile.libretro"
|
|
|
|
include_core_gambatte() {
|
|
register_module core "gambatte"
|
|
}
|
|
libretro_gambatte_name="Gambatte"
|
|
libretro_gambatte_git_url="https://github.com/libretro/gambatte-libretro.git"
|
|
libretro_gambatte_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
libretro_gambatte_build_makefile="Makefile.libretro"
|
|
|
|
include_core_sameboy() {
|
|
register_module core "sameboy"
|
|
}
|
|
libretro_sameboy_name="SameBoy"
|
|
libretro_sameboy_git_url="https://github.com/libretro/SameBoy.git"
|
|
libretro_sameboy_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
libretro_sameboy_build_subdir="libretro"
|
|
libretro_sameboy_build_makefile="Makefile"
|
|
|
|
include_core_meteor() {
|
|
register_module core "meteor" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_meteor_name="Meteor"
|
|
libretro_meteor_git_url="https://github.com/libretro/meteor-libretro.git"
|
|
libretro_meteor_build_subdir="libretro"
|
|
|
|
include_core_nxengine() {
|
|
register_module core "nxengine"
|
|
}
|
|
libretro_nxengine_name="NXEngine"
|
|
libretro_nxengine_git_url="https://github.com/libretro/nxengine-libretro.git"
|
|
|
|
include_core_prboom() {
|
|
register_module core "prboom"
|
|
}
|
|
libretro_prboom_name="PrBoom"
|
|
libretro_prboom_git_url="https://github.com/libretro/libretro-prboom.git"
|
|
libretro_prboom_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
|
|
include_core_stella() {
|
|
register_module core "stella" -ngc -wii
|
|
}
|
|
libretro_stella_name="Stella"
|
|
libretro_stella_git_url="https://github.com/libretro/stella-libretro.git"
|
|
|
|
include_core_melonds() {
|
|
register_module core "melonds" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_melonds_name="melonDS"
|
|
libretro_melonds_git_url="https://github.com/libretro/melonDS.git"
|
|
libretro_melonds_build_makefile="Makefile"
|
|
|
|
include_core_openlara() {
|
|
register_module core "openlara" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_openlara_name="OpenLara"
|
|
libretro_openlara_git_url="https://github.com/libretro/OpenLara.git"
|
|
libretro_openlara_build_subdir="src/platform/libretro"
|
|
libretro_openlara_build_makefile="Makefile"
|
|
|
|
include_core_desmume() {
|
|
register_module core "desmume" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_desmume_name="DeSmuME"
|
|
libretro_desmume_git_url="https://github.com/libretro/desmume.git"
|
|
libretro_desmume_build_subdir="desmume/src/frontend/libretro"
|
|
libretro_desmume_build_makefile="Makefile.libretro"
|
|
|
|
include_core_desmume2015() {
|
|
register_module core "desmume2015" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_desmume2015_name="DeSmuME 2015"
|
|
libretro_desmume2015_git_url="https://github.com/libretro/desmume2015.git"
|
|
libretro_desmume2015_build_subdir="desmume"
|
|
libretro_desmume2015_build_makefile="Makefile.libretro"
|
|
|
|
include_core_quicknes() {
|
|
register_module core "quicknes"
|
|
}
|
|
libretro_quicknes_name="QuickNES"
|
|
libretro_quicknes_git_url="https://github.com/libretro/QuickNES_Core.git"
|
|
libretro_quicknes_build_makefile="Makefile"
|
|
|
|
include_core_nestopia() {
|
|
register_module core "nestopia"
|
|
}
|
|
libretro_nestopia_name="Nestopia"
|
|
libretro_nestopia_git_url="https://github.com/libretro/nestopia.git"
|
|
libretro_nestopia_build_subdir="libretro"
|
|
|
|
include_core_craft() {
|
|
register_module core "craft"
|
|
}
|
|
libretro_craft_name="Craft"
|
|
libretro_craft_git_url="https://github.com/libretro/Craft.git"
|
|
libretro_craft_build_makefile="Makefile.libretro"
|
|
|
|
include_core_pcem() {
|
|
register_module core "pcem"
|
|
}
|
|
libretro_pcem_name="PCem"
|
|
libretro_pcem_git_url="https://github.com/libretro/libretro-pcem.git"
|
|
libretro_pcem_build_makefile="Makefile.libretro"
|
|
libretro_pcem_build_subdir="src"
|
|
|
|
include_core_tyrquake() {
|
|
register_module core "tyrquake"
|
|
}
|
|
libretro_tyrquake_name="TyrQuake"
|
|
libretro_tyrquake_git_url="https://github.com/libretro/tyrquake.git"
|
|
libretro_tyrquake_build_makefile="Makefile"
|
|
|
|
include_core_pcsx_rearmed() {
|
|
register_module core "pcsx_rearmed" -theos_ios -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_pcsx_rearmed_name="PCSX ReARMed"
|
|
libretro_pcsx_rearmed_git_url="https://github.com/libretro/pcsx_rearmed.git"
|
|
libretro_pcsx_rearmed_build_makefile="Makefile.libretro"
|
|
libretro_pcsx_rearmed_configure() {
|
|
if [ "$platform" = "ios" ]; then
|
|
core_build_cores="pcsx_rearmed_interpreter pcsx_rearmed"
|
|
fi
|
|
}
|
|
|
|
include_core_pcsx1() {
|
|
register_module core "pcsx1" -theos_ios -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_pcsx1_name="PCSX1"
|
|
libretro_pcsx1_git_url="https://github.com/libretro/pcsx1-libretro.git"
|
|
libretro_pcsx1_build_makefile="Makefile.libretro"
|
|
libretro_pcsx1_configure() {
|
|
if [ "$platform" = "ios" ]; then
|
|
core_build_cores="pcsx1_interpreter pcsx1"
|
|
fi
|
|
}
|
|
|
|
include_core_mednafen_gba() {
|
|
register_module core "mednafen_gba" -theos_ios
|
|
}
|
|
libretro_mednafen_gba_name="Mednafen/Beetle GBA"
|
|
libretro_mednafen_gba_git_url="https://github.com/libretro/beetle-gba-libretro.git"
|
|
|
|
include_core_mednafen_lynx() {
|
|
register_module core "mednafen_lynx" -theos_ios
|
|
}
|
|
libretro_mednafen_lynx_name="Mednafen/Beetle Lynx"
|
|
libretro_mednafen_lynx_git_url="https://github.com/libretro/beetle-lynx-libretro.git"
|
|
|
|
include_core_mednafen_ngp() {
|
|
register_module core "mednafen_ngp" -theos_ios -qnx
|
|
}
|
|
libretro_mednafen_ngp_name="Mednafen/Beetle NeoPop"
|
|
libretro_mednafen_ngp_git_url="https://github.com/libretro/beetle-ngp-libretro.git"
|
|
|
|
include_core_mednafen_pce_fast() {
|
|
register_module core "mednafen_pce_fast" -theos_ios
|
|
}
|
|
libretro_mednafen_pce_fast_name="Mednafen/Beetle PCE FAST"
|
|
libretro_mednafen_pce_fast_git_url="https://github.com/libretro/beetle-pce-fast-libretro.git"
|
|
|
|
include_core_mednafen_supergrafx() {
|
|
register_module core "mednafen_supergrafx" -theos_ios
|
|
}
|
|
libretro_mednafen_supergrafx_name="Mednafen/Beetle SuperGrafx"
|
|
libretro_mednafen_supergrafx_git_url="https://github.com/libretro/beetle-supergrafx-libretro.git"
|
|
|
|
include_core_mednafen_psx() {
|
|
register_module core "mednafen_psx" -theos_ios -ngc -psp1
|
|
}
|
|
libretro_mednafen_psx_name="Mednafen/Beetle PSX"
|
|
libretro_mednafen_psx_git_url="https://github.com/libretro/beetle-psx-libretro.git"
|
|
|
|
include_core_mednafen_saturn() {
|
|
register_module core "mednafen_saturn" -theos_ios -ngc -psp1
|
|
}
|
|
libretro_mednafen_saturn_name="Mednafen/Beetle Saturn"
|
|
libretro_mednafen_saturn_git_url="https://github.com/libretro/beetle-saturn-libretro.git"
|
|
|
|
include_core_mednafen_pcfx() {
|
|
register_module core "mednafen_pcfx" -theos_ios
|
|
}
|
|
libretro_mednafen_pcfx_name="Mednafen/Beetle PC-FX"
|
|
libretro_mednafen_pcfx_git_url="https://github.com/libretro/beetle-pcfx-libretro.git"
|
|
|
|
include_core_mednafen_snes() {
|
|
register_module core "mednafen_snes" -theos_ios
|
|
}
|
|
libretro_mednafen_snes_name="Mednafen/Beetle bsnes"
|
|
libretro_mednafen_snes_git_url="https://github.com/libretro/beetle-bsnes-libretro.git"
|
|
|
|
include_core_mednafen_vb() {
|
|
register_module core "mednafen_vb" -theos_ios
|
|
}
|
|
libretro_mednafen_vb_name="Mednafen/Beetle VB"
|
|
libretro_mednafen_vb_git_url="https://github.com/libretro/beetle-vb-libretro.git"
|
|
|
|
include_core_mednafen_wswan() {
|
|
register_module core "mednafen_wswan" -theos_ios -psp1
|
|
}
|
|
libretro_mednafen_wswan_name="Mednafen/Beetle WonderSwan"
|
|
libretro_mednafen_wswan_git_url="https://github.com/libretro/beetle-wswan-libretro.git"
|
|
|
|
include_core_rustation() {
|
|
register_module core "rustation" -theos_ios -ngc -psp1
|
|
}
|
|
libretro_rustation_name="Rustation"
|
|
libretro_rustation_git_url="https://github.com/libretro/rustation-libretro.git"
|
|
|
|
include_core_scummvm() {
|
|
register_module core "scummvm" -theos_ios -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_scummvm_name="ScummVM"
|
|
libretro_scummvm_git_url="https://github.com/libretro/scummvm.git"
|
|
libretro_scummvm_build_subdir="backends/platform/libretro/build"
|
|
|
|
include_core_yabause() {
|
|
register_module core "yabause" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_yabause_name="Yabause"
|
|
libretro_yabause_git_url="https://github.com/libretro/yabause.git"
|
|
libretro_yabause_build_subdir="libretro"
|
|
|
|
include_core_dosbox() {
|
|
register_module core "dosbox" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_dosbox_name="DOSBox"
|
|
libretro_dosbox_git_url="https://github.com/libretro/dosbox-libretro.git"
|
|
libretro_dosbox_makefile="Makefile.libretro"
|
|
|
|
include_core_basilisk2() {
|
|
register_module core "basilisk2" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_basilisk2_name="Basilisk II"
|
|
libretro_basilisk2_git_url="https://github.com/libretro/Basilisk2.git"
|
|
libretro_basilisk2_build_subdir="BasiliskII/src/libretro"
|
|
libretro_basilisk2_makefile="Makefile.libretro"
|
|
|
|
include_core_virtualjaguar() {
|
|
register_module core "virtualjaguar" -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_virtualjaguar_name="Virtual Jaguar"
|
|
libretro_virtualjaguar_git_url="https://github.com/libretro/virtualjaguar-libretro.git"
|
|
libretro_virtualjaguar_makefile="Makefile"
|
|
|
|
include_core_mame2000() {
|
|
register_module core "mame2000" -theos_ios -ngc -psp1 -wii
|
|
}
|
|
libretro_mame2000_name="MAME 2000 (0.37b5)"
|
|
libretro_mame2000_git_url="https://github.com/libretro/mame2000-libretro.git"
|
|
libretro_mame2000_makefile="Makefile"
|
|
|
|
include_core_mame2003() {
|
|
register_module core "mame2003" -theos_ios -ngc -psp1 -wii
|
|
}
|
|
libretro_mame2003_name="MAME 2003 (0.78)"
|
|
libretro_mame2003_git_url="https://github.com/libretro/mame2003-libretro.git"
|
|
libretro_mame2003_makefile="Makefile"
|
|
|
|
include_core_mame2003_plus() {
|
|
register_module core "mame2003-plus" -theos_ios -ngc -psp1 -wii
|
|
}
|
|
libretro_mame2003_plus_name="MAME 2003 Plus (0.78)"
|
|
libretro_mame2003_plus_git_url="https://github.com/libretro/mame2003-plus-libretro.git"
|
|
libretro_mame2003_plus_makefile="Makefile"
|
|
|
|
include_core_mame2003_midway() {
|
|
register_module core "mame2003_midway" -theos_ios -ngc -psp1 -wii
|
|
}
|
|
libretro_mame2003_midway_name="MAME 2003 Midway (0.78)"
|
|
libretro_mame2003_midway_git_url="https://github.com/libretro/mame2003_midway.git"
|
|
libretro_mame2003_midway_makefile="Makefile"
|
|
|
|
include_core_mame2010() {
|
|
register_module core "mame2010"
|
|
}
|
|
libretro_mame2010_name="MAME 2010 (0.139)"
|
|
libretro_mame2010_git_url="https://github.com/libretro/mame2010-libretro.git"
|
|
libretro_mame2010_makefile="Makefile"
|
|
|
|
include_core_mame2014() {
|
|
register_module core "mame2014" -theos_ios -ngc -psp1 -wii
|
|
}
|
|
libretro_mame2014_name="MAME 2014 (0.159)"
|
|
libretro_mame2014_git_url="https://github.com/libretro/mame2014-libretro.git"
|
|
libretro_mame2014_makefile="Makefile"
|
|
|
|
include_core_mame2016() {
|
|
register_module core "mame2016" -theos_ios -ngc -psp1 -wii
|
|
}
|
|
libretro_mame2016_name="MAME 2016 (0.174)"
|
|
libretro_mame2016_git_url="https://github.com/libretro/mame2016-libretro.git"
|
|
libretro_mame2016_makefile="Makefile"
|
|
|
|
include_core_mame() {
|
|
register_module core "mame" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_mame_name="MAME (git)"
|
|
libretro_mame_git_url="https://github.com/libretro/mame.git"
|
|
libretro_mame_build_makefile=Makefile.libretro
|
|
libretro_mame_build_compiler="REALCC=\"${CC:-cc}\" CC=\"${CXX:-c++}\""
|
|
libretro_mame_build_makefile_targets="TARGET=\"mame\""
|
|
libretro_mame_build_cores="mame"
|
|
|
|
include_core_ffmpeg() {
|
|
register_module core "ffmpeg" -ios -theos_ios -osx -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_ffmpeg_name="FFmpeg"
|
|
libretro_ffmpeg_git_url="https://github.com/libretro/FFmpeg.git"
|
|
libretro_ffmpeg_build_subdir="libretro"
|
|
libretro_ffmpeg_build_opengl="optional"
|
|
|
|
include_core_bsnes_cplusplus98() {
|
|
register_module core "bsnes_cplusplus98" -theos_ios -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_bsnes_cplusplus98_name="bsnes C++98 (v0.85)"
|
|
libretro_bsnes_cplusplus98_git_url="https://github.com/libretro/bsnes-libretro-cplusplus98.git"
|
|
libretro_bsnes_cplusplus98_build_products="out"
|
|
|
|
include_core_bsnes_mercury_accuracy() {
|
|
register_module core "bsnes_mercury_accuracy" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bsnes_mercury_accuracy_name="bsnes/higan Mercury (Accuracy)"
|
|
libretro_bsnes_mercury_accuracy_git_url="https://github.com/libretro/bsnes-mercury.git"
|
|
libretro_bsnes_mercury_accuracy_build_args="compiler=\"${CXX11}\" profile=\"accuracy\""
|
|
libretro_bsnes_mercury_accuracy_build_products="out"
|
|
|
|
include_core_bsnes_mercury_balanced() {
|
|
register_module core "bsnes_mercury_balanced" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bsnes_mercury_balanced_name="bsnes/higan Mercury (Balanced)"
|
|
libretro_bsnes_mercury_balanced_git_url="https://github.com/libretro/bsnes-mercury.git"
|
|
libretro_bsnes_mercury_balanced_build_args="compiler=\"${CXX11}\" profile=\"balanced\""
|
|
libretro_bsnes_mercury_balanced_build_products="out"
|
|
|
|
include_core_bsnes_mercury_performance() {
|
|
register_module core "bsnes_mercury_performance" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_bsnes_mercury_performance_name="bsnes/higan Mercury (Performance)"
|
|
libretro_bsnes_mercury_performance_git_url="https://github.com/libretro/bsnes-mercury.git"
|
|
libretro_bsnes_mercury_performance_build_args="compiler=\"${CXX11}\" profile=\"performance\""
|
|
libretro_bsnes_mercury_performance_build_products="out"
|
|
|
|
include_core_picodrive() {
|
|
register_module core "picodrive" -theos_ios -ngc -ps3 -wii
|
|
}
|
|
libretro_picodrive_name="Picodrive"
|
|
libretro_picodrive_git_url="https://github.com/libretro/picodrive.git"
|
|
libretro_picodrive_git_submodules="yes"
|
|
libretro_picodrive_build_makefile="Makefile.libretro"
|
|
|
|
include_core_tgbdual() {
|
|
register_module core "tgbdual" -ngc -ps3 -wii
|
|
}
|
|
libretro_tgbdual_name="TGB Dual"
|
|
libretro_tgbdual_git_url="https://github.com/libretro/tgbdual-libretro.git"
|
|
|
|
include_core_theodore() {
|
|
register_module core "theodore"
|
|
}
|
|
libretro_theodore_name="Theodore"
|
|
libretro_theodore_git_url="https://github.com/Zlika/theodore.git"
|
|
|
|
include_core_mupen64plus() {
|
|
register_module core "mupen64plus" -theos_ios -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_mupen64plus_name="Mupen64 Plus"
|
|
libretro_mupen64plus_git_url="https://github.com/libretro/mupen64plus-libretro.git"
|
|
libretro_mupen64plus_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
libretro_mupen64plus_configure() {
|
|
if iscpu_x86_64 $ARCH; then
|
|
core_build_args="WITH_DYNAREC=x86_64"
|
|
elif iscpu_x86 $ARCH; then
|
|
core_build_args="WITH_DYNAREC=x86"
|
|
elif [ "${CORTEX_A8}" ] || [ "${CORTEX_A9}" ] || [ "$platform" = "ios" ]; then
|
|
core_build_args="WITH_DYNAREC=arm"
|
|
fi
|
|
}
|
|
|
|
include_core_parallel_n64() {
|
|
register_module core "parallel_n64" -theos_ios -ngc -ps3 -psp1 -wii
|
|
}
|
|
libretro_parallel_n64_name="Parallel N64"
|
|
libretro_parallel_n64_git_url="https://github.com/libretro/parallel-n64.git"
|
|
libretro_parallel_n64_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
libretro_parallel_n64_configure() {
|
|
if iscpu_x86_64 $ARCH; then
|
|
core_build_args="WITH_DYNAREC=x86_64"
|
|
elif iscpu_x86 $ARCH; then
|
|
core_build_args="WITH_DYNAREC=x86"
|
|
elif [ "${CORTEX_A8}" ] || [ "${CORTEX_A9}" ] || [ "$platform" = "ios" ]; then
|
|
core_build_args="WITH_DYNAREC=arm"
|
|
fi
|
|
}
|
|
|
|
include_core_dinothawr() {
|
|
register_module core "dinothawr" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_dinothawr_name="Dinothawr"
|
|
libretro_dinothawr_git_url="https://github.com/libretro/Dinothawr.git"
|
|
libretro_dinothawr_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
|
|
include_core_3dengine() {
|
|
register_module core "3dengine" -ngc -sncps3 -ps3 -psp1 -wii
|
|
}
|
|
libretro_3dengine_name="3DEngine"
|
|
libretro_3dengine_git_url="https://github.com/libretro/libretro-3dengine.git"
|
|
libretro_3dengine_build_opengl=yes
|
|
|
|
include_core_remotejoy() {
|
|
register_module core "remotejoy" -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_remotejoy_name="RemoteJoy"
|
|
libretro_remotejoy_git_url="https://github.com/libretro/libretro-remotejoy.git"
|
|
libretro_remotejoy_build_makefile="Makefile"
|
|
|
|
include_core_bluemsx() {
|
|
register_module core "bluemsx" -ps3
|
|
}
|
|
libretro_bluemsx_name="blueMSX"
|
|
libretro_bluemsx_git_url="https://github.com/libretro/blueMSX-libretro.git"
|
|
libretro_bluemsx_build_makefile="Makefile.libretro"
|
|
|
|
include_core_fmsx() {
|
|
register_module core "fmsx" -ps3
|
|
}
|
|
libretro_fmsx_name="fMSX"
|
|
libretro_fmsx_git_url="https://github.com/libretro/fmsx-libretro.git"
|
|
|
|
include_core_2048() {
|
|
register_module core "2048" -ngc -sncps3 -ps3 -wii
|
|
}
|
|
libretro_2048_git_url="https://github.com/libretro/libretro-2048.git"
|
|
libretro_2048_build_makefile="Makefile.libretro"
|
|
|
|
include_core_vecx() {
|
|
register_module core "vecx" -ngc -ps3 -wii
|
|
}
|
|
libretro_vecx_git_url="https://github.com/libretro/libretro-vecx.git"
|
|
libretro_vecx_build_makefile="Makefile.libretro"
|
|
|
|
include_core_citra() {
|
|
register_module core "citra" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_citra_name="Citra"
|
|
libretro_citra_git_url="https://github.com/libretro/citra.git"
|
|
libretro_citra_git_submodules="yes"
|
|
libretro_citra_build_opengl="yes"
|
|
|
|
include_core_citra_canary() {
|
|
register_module core "citra_canary" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_citra_canary_name="Citra Canary"
|
|
libretro_citra_canary_git_url="https://github.com/libretro/citra.git"
|
|
libretro_citra_canary_git_submodules="yes"
|
|
libretro_citra_canary_build_opengl="yes"
|
|
|
|
include_core_thepowdertoy() {
|
|
register_module core "thepowdertoy" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_thepowdertoy_name="The Powder Toy"
|
|
libretro_thepowdertoy_git_url="https://github.com/libretro/ThePowderToy.git"
|
|
libretro_thepowdertoy_git_submodules="yes"
|
|
|
|
include_core_ppsspp() {
|
|
register_module core "ppsspp" -ios -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_ppsspp_name="PPSSPP"
|
|
libretro_ppsspp_git_url="https://github.com/libretro/ppsspp.git"
|
|
libretro_ppsspp_git_submodules="yes"
|
|
libretro_ppsspp_build_subdir="libretro"
|
|
libretro_ppsspp_build_opengl="yes"
|
|
|
|
include_core_prosystem() {
|
|
register_module core "prosystem" -ngc -ps3 -wii
|
|
}
|
|
libretro_prosystem_name="ProSystem"
|
|
libretro_prosystem_git_url="https://github.com/libretro/prosystem-libretro.git"
|
|
|
|
include_core_o2em() {
|
|
register_module core "o2em" -ngc -ps3 -wii
|
|
}
|
|
libretro_o2em_name="O2EM"
|
|
libretro_o2em_git_url="https://github.com/libretro/libretro-o2em.git"
|
|
|
|
include_core_4do() {
|
|
register_module core "4do" -ngc -sncps3 -ps3 -psp1 -wii
|
|
}
|
|
libretro_4do_name="4DO"
|
|
libretro_4do_git_url="https://github.com/libretro/4do-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_hatari() {
|
|
register_module core "hatari" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_hatari_name="Hatari"
|
|
libretro_hatari_git_url="https://github.com/libretro/hatari.git"
|
|
libretro_hatari_build_makefile="Makefile.libretro"
|
|
|
|
include_core_tempgba() {
|
|
register_module core "tempgba" none
|
|
}
|
|
libretro_tempgba_name="TempGBA"
|
|
libretro_tempgba_git_url="https://github.com/libretro/TempGBA-libretro.git"
|
|
libretro_tempgba_build_rule=none # NEED A BUILD RULE
|
|
|
|
include_core_gpsp() {
|
|
register_module core "gpsp" -ngc -sncps3 -ps3 -psp1 -wii
|
|
}
|
|
libretro_gpsp_name="gpSP"
|
|
libretro_gpsp_git_url="https://github.com/libretro/gpsp.git"
|
|
|
|
include_core_emux() {
|
|
register_module core "emux" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_emux_name="Emux"
|
|
libretro_emux_git_url="https://github.com/libretro/emux.git"
|
|
libretro_emux_build_subdir=libretro
|
|
libretro_emux_build_cores="emux_chip8 emux_gb emux_nes emux_sms"
|
|
|
|
include_core_fuse() {
|
|
register_module core "fuse" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_fuse_name="Fuse"
|
|
libretro_fuse_git_url="https://github.com/libretro/fuse-libretro.git"
|
|
libretro_fuse_build_makefile="Makefile.libretro"
|
|
libretro_fuse_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
|
|
include_core_gw() {
|
|
register_module core "gw" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_gw_name="Game & Watch"
|
|
libretro_gw_git_url="https://github.com/libretro/gw-libretro.git"
|
|
libretro_gw_git_submodules="yes"
|
|
libretro_gw_build_makefile="Makefile.libretro"
|
|
|
|
include_core_chailove() {
|
|
register_module core "chailove" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_chailove_name="ChaiLove"
|
|
libretro_chailove_git_url="https://github.com/libretro/ChaiLove.git"
|
|
libretro_chailove_git_submodules="yes"
|
|
libretro_chailove_build_makefile="Makefile"
|
|
|
|
include_core_81() {
|
|
register_module core "81" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_81_name="81"
|
|
libretro_81_git_url="https://github.com/libretro/81-libretro.git"
|
|
libretro_81_build_makefile="Makefile.libretro"
|
|
|
|
include_core_lutro() {
|
|
register_module core "lutro" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_lutro_name="Lutro"
|
|
libretro_lutro_git_url="https://github.com/libretro/libretro-lutro.git"
|
|
libretro_lutro_build_makefile="Makefile"
|
|
|
|
include_core_pokemini() {
|
|
register_module core "pokemini" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_pokemini_name="PokeMini"
|
|
libretro_pokemini_git_url="https://github.com/libretro/PokeMini.git"
|
|
libretro_pokemini_build_makefile="Makefile"
|
|
|
|
include_core_nekop2() {
|
|
register_module core "nekop2" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_nekop2_name="Neko Project II"
|
|
libretro_nekop2_git_url="https://github.com/libretro/libretro-meowPC98.git"
|
|
libretro_nekop2_build_subdir="libretro"
|
|
libretro_nekop2_build_makefile="Makefile.libretro"
|
|
|
|
include_core_np2kai() {
|
|
register_module core "np2kai" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_np2kai_name="Neko Project II"
|
|
libretro_np2kai_git_url="https://github.com/AZO234/NP2kai.git"
|
|
libretro_np2kai_build_subdir="sdl2"
|
|
libretro_np2kai_build_makefile="Makefile.libretro"
|
|
|
|
include_core_px68k() {
|
|
register_module core "px68k" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_px68k_name="PX68K"
|
|
libretro_px68k_git_url="https://github.com/libretro/px68k-libretro.git"
|
|
libretro_px68k_build_makefile="Makefile.libretro"
|
|
|
|
include_core_uzem() {
|
|
register_module core "uzem" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_uzem_name="Uzem"
|
|
libretro_uzem_git_url="https://github.com/libretro/libretro-uzem.git"
|
|
libretro_uzem_build_makefile="Makefile.libretro"
|
|
|
|
include_core_atari800() {
|
|
register_module core "atari800" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_atari800_name="Atari800"
|
|
libretro_atari800_git_url="https://github.com/libretro/libretro-atari800.git"
|
|
libretro_atari800_build_makefile="Makefile"
|
|
|
|
include_core_vemulator() {
|
|
register_module core "vemulator" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
|
}
|
|
libretro_vemulator_name="VEmulator"
|
|
libretro_vemulator_git_url="https://github.com/MJaoune/vemulator-libretro.git"
|
|
libretro_vemulator_build_makefile="Makefile"
|
|
|
|
|
|
# CORE RULE VARIABLES
|
|
#
|
|
# All variables follow the format of libretro_<core>_<setting> where <core> is
|
|
# a unique identifier customarily consisting of the characters [_a-z0-9], but
|
|
# technically uppercase characters would also be legal here. The <setting> may
|
|
# be any of the following:
|
|
#
|
|
# name Pretty-printed name of the core
|
|
# Defaults to <core>
|
|
#
|
|
# dir Name of the core's directory
|
|
# Defaults to "libretro-<core>"
|
|
#
|
|
# fetch_rule Name of the core's fetch rule
|
|
# Currently "git" (default) or "multi_git"
|
|
#
|
|
# For the "git" fetch rule:
|
|
#
|
|
# git_url Source to fetch via git
|
|
# REQUIRED for fetch actions
|
|
#
|
|
# git_submodules Set to "yes" if core has git submodules
|
|
# Set to "clone" if they never need updating
|
|
#
|
|
# build_subdir Subdir containing the libretro makefile
|
|
# Leave unset if in top level of core
|
|
#
|
|
# For the generic makefile build rule:
|
|
#
|
|
# build_makefile Name of makefile
|
|
# If unset, GNU make has rules for default makefile names
|
|
#
|
|
# build_subdir The subdir containing the makefile, if any
|
|
#
|
|
# build_args Any extra arguments to pass to make
|
|
#
|
|
# build_platform Set to override the default platform
|
|
# (e.g., $FORMAT_COMPILER_TARGET_ALT)
|
|
#
|
|
# build_opengl Set to "optional" to use OpenGL/GLES if available
|
|
# Set to "yes" if the core requires it
|
|
#
|
|
# build_cores String containing the core(s) produced
|
|
# Defaults to "<core>"
|
|
#
|
|
# build_products Directory build products are located in
|
|
# bsnes puts cores in "out" for some reason
|
|
#
|
|
# Example:
|
|
#
|
|
# libretro_dinothawr_git_url="https://github.com/libretro/Dinothawr.git"
|
|
# libretro_dinothawr_name="Dinothawr"
|
|
# libretro_dinothawr_build_platform="$FORMAT_COMPILER_TARGET_ALT"
|
|
#
|
|
# Since Dinothawr builds using defaults for everything else, you need only
|
|
# specify its URL and the platform override. Everything else the core rules
|
|
# fetch and build can use default values.
|