mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-09-08 15:40:48 +02:00
Hook up all the new pages to version selector
This commit is contained in:
committed by
lifehackerhansol
parent
7b85b4d444
commit
40110bdc5a
@@ -25,6 +25,10 @@ If you see an unusual menu, STOP - you already have custom firmware! Continue fr
|
||||
|
||||
To find the correct method for your device, please enter the system version you found in Section II.
|
||||
|
||||
{% capture noneSelected %}
|
||||
System model is required.
|
||||
{% endcapture %}
|
||||
|
||||
{% capture invalidVersion %}
|
||||
This doesn't seem to be a valid system version.
|
||||
{% endcapture %}
|
||||
@@ -33,7 +37,7 @@ This doesn't seem to be a valid system version.
|
||||
You currently cannot hack your 3DS on this version using the main methods. If you want to hack your console, you have to use ntrboot.
|
||||
{% endcapture %}
|
||||
|
||||
{% include consoleVersionSelect.html invalidVersion=invalidVersion methodUnavailable=methodUnavailable %}
|
||||
{% include consoleVersionSelect.html noneSelected=noneSelected invalidVersion=invalidVersion methodUnavailable=methodUnavailable %}
|
||||
|
||||
---
|
||||
#### Alternate Methods
|
||||
|
Reference in New Issue
Block a user