From 7a14cfc7a5bba391b6e8e46b7751f2af4db5396b Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 21 Apr 2023 09:34:27 +0200 Subject: [PATCH] PrimeHacks not PrimeHacks --- functions/checkInstalledEmus.sh | 2 +- functions/helperFunctions.sh | 4 ++-- installCLI.sh | 10 +++++----- settings.sh | 4 ++-- setup.sh | 4 ++-- zenity-setup.sh | 12 ++++++------ 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/functions/checkInstalledEmus.sh b/functions/checkInstalledEmus.sh index 65675b40..20471955 100644 --- a/functions/checkInstalledEmus.sh +++ b/functions/checkInstalledEmus.sh @@ -27,7 +27,7 @@ checkInstalledEmus(){ if $doInstallRyujinx; then emuList+=("Ryujinx") fi - if $doInstallPrimeHacks; then + if $doInstallPrimeHack; then emuList+=("Primehack") fi if $doInstallPPSSPP; then diff --git a/functions/helperFunctions.sh b/functions/helperFunctions.sh index 75df72e6..a720e438 100644 --- a/functions/helperFunctions.sh +++ b/functions/helperFunctions.sh @@ -263,7 +263,7 @@ function createUpdateSettingsFile(){ defaultSettingsList+=("doSetupXenia=false") defaultSettingsList+=("doSetupRyujinx=true") defaultSettingsList+=("doSetupMAME=true") - defaultSettingsList+=("doSetupPrimeHacks=true") + defaultSettingsList+=("doSetupPrimehack=true") defaultSettingsList+=("doSetupPPSSPP=true") defaultSettingsList+=("doSetupXemu=true") defaultSettingsList+=("doSetupESDE=true") @@ -287,7 +287,7 @@ function createUpdateSettingsFile(){ defaultSettingsList+=("doInstallDuck=true") defaultSettingsList+=("doInstallCemu=true") defaultSettingsList+=("doInstallXenia=true") - defaultSettingsList+=("doInstallPrimeHacks=true") + defaultSettingsList+=("doInstallPrimeHack=true") defaultSettingsList+=("doInstallPPSSPP=true") defaultSettingsList+=("doInstallXemu=true") defaultSettingsList+=("doInstallPCSX2QT=true") diff --git a/installCLI.sh b/installCLI.sh index 7b88bb90..7080f2de 100755 --- a/installCLI.sh +++ b/installCLI.sh @@ -443,7 +443,7 @@ if [ "$RUNCHOICE" == 1 ]; then setSetting doInstallRA true fi if [[ "$emusToInstall" == *"PrimeHack"* ]]; then - setSetting doInstallPrimeHacks true + setSetting doInstallPrimeHack true fi if [[ "$emusToInstall" == *"PCSX2"* ]]; then setSetting doInstallPCSX2 true @@ -599,7 +599,7 @@ if [ "$RUNCHOICE" == 1 ]; then setSetting doSetupRA true fi if [[ "$emusToReset" == *"PrimeHack"* ]]; then - setSetting doSetupPrimeHacks true + setSetting doSetupPrimehack true fi if [[ "$emusToReset" == *"PCSX2"* ]]; then setSetting doSetupPCSX2 true @@ -667,7 +667,7 @@ if [ "$RUNCHOICE" == 1 ]; then setSetting doInstallDuck true setSetting doInstallCemu true setSetting doInstallXenia false - setSetting doInstallPrimeHacks true + setSetting doInstallPrimeHack true setSetting doInstallPPSSPP true setSetting doInstallXemu true #doInstallMelon=true @@ -756,7 +756,7 @@ fi if [ "$doInstallPCSX2QT" == "true" ]; then PCSX2QT_install fi -if [ $doInstallPrimeHacks == "true" ]; then +if [ $doInstallPrimeHack == "true" ]; then Primehack_install fi if [ $doInstallRPCS3 == "true" ]; then @@ -812,7 +812,7 @@ setMSG "Configuring emulators" if [ "$doSetupRA" == "true" ]; then RetroArch_init fi -if [ "$doSetupPrimeHacks" == "true" ]; then +if [ "$doSetupPrimehack" == "true" ]; then Primehack_init fi if [ "$doSetupDolphin" == "true" ]; then diff --git a/settings.sh b/settings.sh index 9533fe71..3d698fff 100644 --- a/settings.sh +++ b/settings.sh @@ -15,7 +15,7 @@ doSetupCemu=true doSetupXenia=false doSetupRyujinx=true doSetupMAME=true -doSetupPrimeHacks=true +doSetupPrimehack=true doSetupPPSSPP=true doSetupRMG=true doSetupXemu=true @@ -38,7 +38,7 @@ doInstallDuck=false doInstallCemu=false doInstallXenia=false doInstallRyujinx=false -doInstallPrimeHacks=false +doInstallPrimeHack=false doInstallPPSSPP=false doInstallRMG=false doInstallXemu=false diff --git a/setup.sh b/setup.sh index 4d21170d..54b7789c 100644 --- a/setup.sh +++ b/setup.sh @@ -245,7 +245,7 @@ if [ "$doInstallPCSX2QT" == "true" ]; then echo "install pcsx2Qt" PCSX2QT_install fi -if [ $doInstallPrimeHacks == "true" ]; then +if [ $doInstallPrimeHack == "true" ]; then echo "install primehack" Primehack_install fi @@ -350,7 +350,7 @@ if [ "$doSetupRA" == "true" ]; then echo "RetroArch_init" RetroArch_init fi -if [ "$doSetupPrimeHacks" == "true" ]; then +if [ "$doSetupPrimehack" == "true" ]; then echo "Primehack_init" Primehack_init fi diff --git a/zenity-setup.sh b/zenity-setup.sh index fc1e93d6..f30bec4e 100644 --- a/zenity-setup.sh +++ b/zenity-setup.sh @@ -355,9 +355,9 @@ if [ "$expert" == "true" ]; then setSetting doInstallRA false fi if [[ "$emusToInstall" == *"PrimeHack"* ]]; then - setSetting doInstallPrimeHacks true + setSetting doInstallPrimeHack true else - setSetting doInstallPrimeHacks false + setSetting doInstallPrimeHack false fi if [[ "$emusToInstall" == *"PCSX2-Legacy"* ]]; then setSetting doInstallPCSX2 true @@ -547,9 +547,9 @@ if [ "$expert" == "true" ]; then setSetting doSetupRA false fi if [[ "$emusToReset" == *"PrimeHack"* ]]; then - setSetting doSetupPrimeHacks true + setSetting doSetupPrimehack true else - setSetting doSetupPrimeHacks false + setSetting doSetupPrimehack false fi if [[ "$emusToReset" == *"PCSX2-Legacy"* ]]; then setSetting doSetupPCSX2 true @@ -652,7 +652,7 @@ else setSetting doInstallCitra true setSetting doInstallDuck true setSetting doInstallCemu true - setSetting doInstallPrimeHacks true + setSetting doInstallPrimeHack true setSetting doInstallPPSSPP true setSetting doInstallXemu true setSetting doInstallMAME true @@ -662,7 +662,7 @@ else #doInstallMelon=true setSetting doSetupRA true - setSetting doSetupPrimeHacks true + setSetting doSetupPrimehack true setSetting doSetupDolphin true setSetting doSetupPCSX2 false setSetting doSetupPCSX2QT true