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:
committed by
lifehackerhansol
parent
ac9019eec2
commit
c0410889ff
@@ -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> <select id="major">
|
||||
<option />
|
||||
<option>11</option>
|
||||
<option>10</option>
|
||||
|
Reference in New Issue
Block a user