Update bsnes rule

This commit is contained in:
twinaphex 2020-01-08 00:11:16 +01:00
parent 6b29ab0773
commit ef1179249e
2 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ include_core_snes9x2002
include_core_snes9x2005
include_core_snes9x2010
include_core_snes9x
include_core_bsnes_hd
include_core_bsnes
include_core_bsnes_accuracy
include_core_bsnes_balanced
include_core_bsnes_performance

View File

@ -1,15 +1,15 @@
# vim: set ts=3 sw=3 noet ft=sh : bash
include_core_bsnes_hd() {
register_module core "bsnes_hd" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
include_core_bsnes() {
register_module core "bsnes" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
}
libretro_bsnes_hd_name="bsnes HD"
libretro_bsnes_hd_git_url="https://github.com/libretro/bsnes.git"
libretro_bsnes_hd_build_args="compiler=\"${CXX17}\" target=\"libretro\""
libretro_bsnes_hd_build_subdir="bsnes"
libretro_bsnes_hd_build_makefile="GNUmakefile"
libretro_bsnes_hd_build_products="out"
libretro_bsnes_name="bsnes"
libretro_bsnes_git_url="https://github.com/libretro/bsnes.git"
libretro_bsnes_build_args="compiler=\"${CXX17}\" target=\"libretro\""
libretro_bsnes_build_subdir="bsnes"
libretro_bsnes_build_makefile="GNUmakefile"
libretro_bsnes_build_products="out"
include_core_bsnes_accuracy() {
register_module core "bsnes_accuracy" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii