From 900db46464e8d2f6caeccc53c211d98958ed4ac1 Mon Sep 17 00:00:00 2001 From: Godsbane Date: Wed, 15 Jun 2022 17:47:16 -0400 Subject: [PATCH] xenia false by default --- tools/binupdate/binupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binupdate/binupdate.sh b/tools/binupdate/binupdate.sh index 2eea32e78..1ddeb0df1 100644 --- a/tools/binupdate/binupdate.sh +++ b/tools/binupdate/binupdate.sh @@ -37,7 +37,7 @@ installSRM(){ binTable+=(TRUE "Steam Rom Manager" "srm") binTable+=(TRUE "Nintendo Switch Emu" "yuzu") binTable+=(TRUE "Nintendo WiiU Emu" "cemu") - binTable+=(TRUE "Xbox 360 Emu - TESTING ONLY" "xenia") + binTable+=(FALSE "Xbox 360 Emu - TESTING ONLY" "xenia") #Binary selector text="`printf "What tools do you want to get the latest version of?\n This tool will simply overwrite what you have with the newest available."`"