1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-02 21:12:55 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@0750fb7936 🚀

This commit is contained in:
lifehackerhansol
2023-06-12 09:44:33 +00:00
parent c7073bb2de
commit 9d9a52aba9
2 changed files with 6 additions and 1 deletions

View File

@@ -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,