mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-30 03:39:50 +02:00
Remove Soundhax derivatives
This is unnecessary and causes confusion for both the end user and the helper, when one can just do another exploit if in such a situation where these are necessary.
This commit is contained in:
committed by
lifehackerhansol
parent
3de172c75d
commit
20d6efa175
@@ -54,9 +54,6 @@ function redirect() {
|
||||
if (major.value < 11 || minor.value < 4) { //soundhax works on all consoles for 1.0-11.3
|
||||
window.location.href = "installing-boot9strap-(soundhax)";
|
||||
}
|
||||
else if (nver.value < 36) { //if the nver is below 36 its a cartupdate from below 11.3, which makes soundhax possible
|
||||
window.location.href = "installing-boot9strap-(soundhax-sp)";
|
||||
}
|
||||
else if (sslothable(minor.value, nver.value)) { //check for versions that are not cartupdated, cartupdated consoles cannot access the browser, see troubleshooting for solution
|
||||
window.location.href = "installing-boot9strap-(ssloth-browser)";
|
||||
}
|
||||
@@ -68,9 +65,6 @@ function redirect() {
|
||||
if (major.value < 11 || minor.value < 4) { //soundhax works on all consoles for 1.0-11.3
|
||||
window.location.href = "installing-boot9strap-(soundhax)";
|
||||
}
|
||||
else if (nver.value < 33) { //if the nver is below 33 its a cartupdate from below 11.3, which makes soundhax possible
|
||||
window.location.href = "installing-boot9strap-(soundhax-sp-kor)";
|
||||
}
|
||||
else if (sslothablekor(minor.value, nver.value)) { //check for versions that are not cartupdated, cartupdated consoles cannot access the browser, see troubleshooting for solution
|
||||
window.location.href = "installing-boot9strap-(ssloth-browser)";
|
||||
}
|
||||
@@ -82,9 +76,6 @@ function redirect() {
|
||||
if (major.value < 11 || minor.value < 4) { //soundhax works on all consoles for 1.0-11.3
|
||||
window.location.href = "installing-boot9strap-(soundhax)";
|
||||
}
|
||||
else if (nver.value < 32) { //if the nver is below 32 its a cartupdate from below 11.3, which makes soundhax possible
|
||||
window.location.href = "installing-boot9strap-(soundhax-sp)";
|
||||
}
|
||||
//else if (sslothable(minor.value, nver.value)) { //check for versions that are not cartupdated, cartupdated consoles cannot access the browser, see troubleshooting for solution
|
||||
// window.location.href = "installing-boot9strap-(ssloth-browser)"; //OTHERAPP BROKEN FOR TWN/CHN 11.4+ ATM
|
||||
//}
|
||||
|
Reference in New Issue
Block a user