File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ if test -f /usr/local/bin/melonDS; then
3939 MelonDSUserInput=" $output "
4040fi
4141
42- MGBAUserInput =" no"
42+ mGBAUserInput =" no"
4343if test -f /usr/local/bin/mGBA; then
4444 description=" Do you want to update mGBA? (May take 5 to 20 minutes)"
4545 table=(" yes" " no" )
4646 userinput_func " $description " " ${table[@]} "
47- MGBAUserInput =" $output "
47+ mGBAUserInput =" $output "
4848fi
4949
5050MetaforceUserInput=" no"
281281 echo " Skipping melonDS update..."
282282fi
283283
284- if [[ $GBAUserInput == " yes" ]]; then
284+ if [[ $mGBAUserInput == " yes" ]]; then
285285 echo " Updating mGBA..."
286286 sleep 5
287287 bash -c " $( curl -s https://raw.githubusercontent.com/$repository_username /L4T-Megascript/$repository_branch /scripts/games_and_emulators/mGBA.sh) " || exit $?
You can’t perform that action at this time.
0 commit comments