From fad7fe0165ecbc0aed2cb720eca0cc444a277279 Mon Sep 17 00:00:00 2001 From: ManiacOfGitHub <43019219+ManiacOfGitHub@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:12:37 -0400 Subject: [PATCH 1/2] Already have CFW prompt --- docs/_internal/consoleVersionSelect.html | 33 +++++++++++++++--------- docs/get-started.md | 2 ++ docs/public/assets/js/selecting.js | 4 +-- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/docs/_internal/consoleVersionSelect.html b/docs/_internal/consoleVersionSelect.html index 9d6292aa775d3..50615dac054de 100644 --- a/docs/_internal/consoleVersionSelect.html +++ b/docs/_internal/consoleVersionSelect.html @@ -1,23 +1,27 @@ - - + + + + - - + + + +
Old 3DS/2DS
New 3DS/2DS
Old 3DS/2DS
New 3DS/2DS
old 3DS old 3DS old 3DS

old 3DS old 3DS old 3DS

Old 3DS Old 3DS XL Old 2DS

New 3DS New 3DS XL New 2DS XL


 ..-
- - + + + diff --git a/docs/get-started.md b/docs/get-started.md index cc3ba47ccdd75..7dfa5c905788b 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -1,6 +1,8 @@ --- noneSelected: System model is required. invalidVersion: This doesn't seem to be a valid system version. +cfwPrefixDetected: Your console may already have custom firmware installed. Please retry Section I. If you still only reach the HOME menu, click the link below and ask, in English, for assistance. +inviteLinkText: Nintendo Homebrew on Discord otherPrefix: (Other) head: [ ['script', {src: '/assets/js/common.js'}], diff --git a/docs/public/assets/js/selecting.js b/docs/public/assets/js/selecting.js index 349b418b65aef..69d864264c03f 100644 --- a/docs/public/assets/js/selecting.js +++ b/docs/public/assets/js/selecting.js @@ -1,6 +1,6 @@ /* Copyright (C) 2023 Gruetzig - Copyright (C) 2023 Nintendo Homebrew + Copyright (C) 2025 Nintendo Homebrew SPDX-License-Identifier: MIT */ @@ -180,7 +180,7 @@ function redirect() { sessionStorage.setItem("selected_version", JSON.stringify({major, minor, nver, region, model})); if(prefix != "Ver.") { - window.location.href = "checking-for-cfw"; + document.getElementById("result_cfwPrefixDetected").style.display = "block"; return true; } From eedb07c8c78ce7982afda3770371391ec5ed37d5 Mon Sep 17 00:00:00 2001 From: ManiacOfGitHub <43019219+ManiacOfGitHub@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:18:04 -0400 Subject: [PATCH 2/2] Temporarily hardcode error text --- docs/_internal/consoleVersionSelect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_internal/consoleVersionSelect.html b/docs/_internal/consoleVersionSelect.html index 50615dac054de..8b48720ada992 100644 --- a/docs/_internal/consoleVersionSelect.html +++ b/docs/_internal/consoleVersionSelect.html @@ -126,9 +126,9 @@