diff --git a/docs/_internal/consoleVersionSelect.html b/docs/_internal/consoleVersionSelect.html index 9d6292aa775d3..8b48720ada992 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; }