mirror of
https://github.com/libretro/libretro-super
synced 2025-02-23 09:41:13 +00:00
Rename libretro_build_modern to libretro_build_bsnes_modern
This commit is contained in:
parent
332cf17506
commit
0acf4703ee
@ -440,7 +440,7 @@ rebuild_libretro_ume() {
|
|||||||
# $1 is corename
|
# $1 is corename
|
||||||
# $2 is profile shortname.
|
# $2 is profile shortname.
|
||||||
# $3 is profile name
|
# $3 is profile name
|
||||||
build_libretro_modern() {
|
build_libretro_bsnes_modern() {
|
||||||
cd "${BASE_DIR}"
|
cd "${BASE_DIR}"
|
||||||
if [ -d "libretro-${1}/${2}" ]; then
|
if [ -d "libretro-${1}/${2}" ]; then
|
||||||
echo "=== Building ${1} ${3} ==="
|
echo "=== Building ${1} ${3} ==="
|
||||||
@ -457,15 +457,15 @@ build_libretro_modern() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_bsnes() {
|
build_libretro_bsnes() {
|
||||||
build_libretro_modern "bsnes" "perf" "performance"
|
build_libretro_bsnes_modern "bsnes" "perf" "performance"
|
||||||
build_libretro_modern "bsnes" "balanced" "balanced"
|
build_libretro_bsnes_modern "bsnes" "balanced" "balanced"
|
||||||
build_libretro_modern "bsnes" "." "accuracy"
|
build_libretro_bsnes_modern "bsnes" "." "accuracy"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_bsnes_mercury() {
|
build_libretro_bsnes_mercury() {
|
||||||
build_libretro_modern "bsnes_mercury" "perf" "performance"
|
build_libretro_bsnes_modern "bsnes_mercury" "perf" "performance"
|
||||||
build_libretro_modern "bsnes_mercury" "balanced" "balanced"
|
build_libretro_bsnes_modern "bsnes_mercury" "balanced" "balanced"
|
||||||
build_libretro_modern "bsnes_mercury" "." "accuracy"
|
build_libretro_bsnes_modern "bsnes_mercury" "." "accuracy"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libretro_bsnes_cplusplus98() {
|
build_libretro_bsnes_cplusplus98() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user