mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-27 03:10:25 +00:00
get-started: N3DS CHN/TWN do not exist, sanity check this
This commit is contained in:
parent
81870cfe33
commit
0750fb7936
@ -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 New Issue
Block a user