1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-11 19:24:14 +02:00

consoleVersionSelect: add version prefix

If they don't select "Ver.", they have Luma3DS and have skipped the CFW check.
This commit is contained in:
ManiacOfGitHub
2025-01-31 14:43:21 -05:00
committed by lifehackerhansol
parent ac9019eec2
commit c0410889ff
3 changed files with 15 additions and 2 deletions

View File

@@ -10,7 +10,13 @@
</table>
<div id="selectversion" class="selectversion">
<br>
<select id="major">
<select id="prefix">
<option />
<option>Ver.</option>
<option>Sys.</option>
<option>Emu.</option>
<option>{{ $frontmatter.otherPrefix }}</option>
</select>&nbsp;<select id="major">
<option />
<option>11</option>
<option>10</option>