get-started: N3DS CHN/TWN do not exist, sanity check this
This commit is contained in:
parent
81870cfe33
commit
0750fb7936
1 changed files with 5 additions and 0 deletions
|
@ -243,6 +243,11 @@ function redirect() {
|
|||
if(isO3DS) model = DEVICE_O3DS
|
||||
else if(isN3DS) model = DEVICE_N3DS;
|
||||
|
||||
if (model == DEVICE_N3DS && ["C", "T"].includes(region.value)) {
|
||||
document.getElementById("result_invalidVersion").style.display = "block";
|
||||
return;
|
||||
}
|
||||
|
||||
let redirected = [
|
||||
can_soundhax,
|
||||
can_ssloth,
|
||||
|
|
Loading…
Reference in a new issue