mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +00:00
Split up bsnes rules into three since this rule didn't work
This commit is contained in:
parent
ee66fbf76d
commit
61b5aa4a4b
@ -116,7 +116,9 @@ build_default_cores_little_endian_only() {
|
||||
build_default_cores_cpp11() {
|
||||
libretro_build_core dinothawr
|
||||
libretro_build_core stonesoup
|
||||
libretro_build_core bsnes
|
||||
libretro_build_core bsnes_accuracy
|
||||
libretro_build_core bsnes_balanced
|
||||
libretro_build_core bsnes_performance
|
||||
libretro_build_core bsnes_mercury
|
||||
libretro_build_core mame
|
||||
}
|
||||
|
@ -1,12 +1,22 @@
|
||||
# vim: set ts=3 sw=3 noet ft=sh : bash
|
||||
|
||||
register_module core "bsnes" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
||||
libretro_bsnes_name="bsnes/higan"
|
||||
libretro_bsnes_git_url="https://github.com/libretro/bsnes-libretro.git"
|
||||
libretro_bsnes_build_makefile_targets="profile=\"accuracy\" profile=\"balanced\" profile=\"performance\""
|
||||
libretro_bsnes_build_args="compiler=\"${CXX11}\""
|
||||
libretro_bsnes_build_products="out"
|
||||
libretro_bsnes_build_cores="bsnes_accuracy bsnes_balanced bsnes_performance"
|
||||
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"
|
||||
|
||||
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"
|
||||
|
||||
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"
|
||||
|
||||
register_module core "snes9x" -ngc -sncps3 -ps3 -psp1 -wii
|
||||
libretro_snes9x_name="SNES9x"
|
||||
|
Loading…
Reference in New Issue
Block a user