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
@@ -215,9 +215,7 @@ $(document).ready(function() {
|
||||
"bannerbomb3-fredtool-(twn)": "12",
|
||||
"installing-boot9strap-(ssloth-browser)": "13",
|
||||
"key-information": "14",
|
||||
"installing-boot9strap-(soundhax-sp)": "15",
|
||||
"installing-boot9strap-(soundhax-sp-kor)": "16",
|
||||
"seedminer-(twn)": "17"
|
||||
"seedminer-(twn)": "15"
|
||||
};
|
||||
|
||||
for(var device in devices){
|
||||
@@ -264,9 +262,7 @@ $(document).ready(function() {
|
||||
"12": ["seedminer-(twn)", "bannerbomb3-fredtool-(twn)", "finalizing-setup"],
|
||||
"13": ["installing-boot9strap-(ssloth-browser)", "finalizing-setup"],
|
||||
"14": ["multiple-options", "finalizing-setup"],
|
||||
"15": ["installing-boot9strap-(soundhax-sp)", "finalizing-setup"],
|
||||
"16": ["installing-boot9strap-(soundhax-sp-kor)", "finalizing-setup"],
|
||||
"17": ["seedminer-(twn)", "bannerbomb3-fredtool-(twn)", "finalizing-setup"]
|
||||
"15": ["seedminer-(twn)", "bannerbomb3-fredtool-(twn)", "finalizing-setup"]
|
||||
}
|
||||
// Can add custom routing if necessary but currently both routes are identical
|
||||
var device_old = Object.assign({}, device_common,{
|
||||
|
Reference in New Issue
Block a user