From 8ce0578b0408cfdb5fe42b62a76f9c52d12ae895 Mon Sep 17 00:00:00 2001 From: epigramx Date: Fri, 13 Jul 2018 14:44:41 +0300 Subject: [PATCH] Uncommon static targets --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3a74bb56..e180a1ae 100755 --- a/build.sh +++ b/build.sh @@ -235,6 +235,10 @@ std_respack "Wonderful101" "${res16by9[@]/$just720p}" std_respack "WoollyWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" std_respack "XenobladeX" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}" -mod_onearg "BreathOfTheWild_StaticFPS" 30 45 60 +if [ "$buildType" = "Common" ]; then + mod_onearg "BreathOfTheWild_StaticFPS" 30 45 60 + else + mod_onearg "BreathOfTheWild_StaticFPS" 15 20 30 40 45 50 60 75 120 +fi echo -e "${NC}"