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 if(isO3DS) model = DEVICE_O3DS
else if(isN3DS) model = DEVICE_N3DS; 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 = [ let redirected = [
can_soundhax, can_soundhax,
can_ssloth, can_ssloth,

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-06-12T03:41:33+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed> <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-06-12T09:44:20+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>