mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-30 03:39:50 +02:00
address issues for korean consoles, because of nver differences (#2221)
I literally downloaded 14 korean updates, and wrote a script, to unzip, extract, ninfs, and print them, to get this done. Co-authored-by: lifehackerhansol <lifehacker@hansol.ca>
This commit is contained in:
@@ -218,7 +218,8 @@ $(document).ready(function() {
|
||||
"installing-boot9strap-(ssloth-browser)": "15",
|
||||
"key-information": "16",
|
||||
"installing-boot9strap-(soundhax-sp)": "17",
|
||||
"seedminer-(twn)": "18"
|
||||
"installing-boot9strap-(soundhax-sp-kor)": "18",
|
||||
"seedminer-(twn)": "19"
|
||||
};
|
||||
|
||||
for(var device in devices){
|
||||
@@ -268,7 +269,8 @@ $(document).ready(function() {
|
||||
"15": ["installing-boot9strap-(ssloth-browser)", "finalizing-setup"],
|
||||
"16": ["multiple-options", "finalizing-setup"],
|
||||
"17": ["installing-boot9strap-(soundhax-sp)", "finalizing-setup"],
|
||||
"18": ["seedminer-(twn)", "bannerbomb3-fredtool-(twn)", "finalizing-setup"]
|
||||
"18": ["installing-boot9strap-(soundhax-sp-kor)", "finalizing-setup"],
|
||||
"19": ["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