mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-27 02:14:50 +02:00
get-started: N3DS CHN/TWN do not exist, sanity check this
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user