1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-02 13:02:46 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@635b5805bf 🚀

This commit is contained in:
lifehackerhansol
2023-07-21 19:18:43 +00:00
parent 503cc8096e
commit 8fe89dcd26
194 changed files with 1924 additions and 1696 deletions

View File

@@ -533,18 +533,10 @@ window.cookieconsent.initialise({
<h3 id="wat-je-nodig-hebt">Wat je nodig hebt</h3>
<p>Op de <strong>source 3DS</strong> (de 3DS met custom firmware):</p>
<ul>
<li>The latest release of <a href="https://github.com/PabloMK7/kartdlphax/releases/latest">kartdlphax</a> (<code class="language-plaintext highlighter-rouge">plugin.3gx</code>)</li>
<li>The latest release of <a href="https://github.com/PabloMK7/Luma3DS_3GX/releases/latest">Luma3DS 3GX Loader Edition</a> (<code class="language-plaintext highlighter-rouge">boot.firm</code>)</li>
</ul>
<p>Op de <strong>target 3DS</strong> (de 3DS die je probeert te wijzigen):</p>
<ul>
<li>De nieuwste versie van <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (directe download)</li>
<li>De nieuwste versie van <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">standaard Luma3DS</a> (the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
<li>De nieuwste versie van <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> (het Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> bestand)</li>
<li>The latest release of <a href="https://github.com/zoogie/unSAFE_MODE/releases/latest">unSAFE_MODE</a> (the RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
</ul>
@@ -570,7 +562,7 @@ window.cookieconsent.initialise({
<ol>
<li>Plaats de SD-kaart van je <strong>bron 3DS</strong> in je computer</li>
<li>Kopieer Luma 3GX Loader Editions <code class="language-plaintext highlighter-rouge">boot.firm</code> naar de hoofdmap van de <strong>bron 3DS</strong>s SD-kaart, die elk bestaand bestand vervangt
<li>Copy <code class="language-plaintext highlighter-rouge">boot.firm</code> from the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> to the root of the <strong>source 3DS</strong>s SD card, replacing any existing file
<ul>
<li>De hoofdmap van de SD-kaart verwijst naar de bovenste map van de SD-kaart, waarin je alle mappen op de SD-kaart kunt zien, waaronder de Nintendo 3DS map, zonder je in de Nintendo 3DS map te bevinden</li>
</ul>
@@ -592,7 +584,7 @@ window.cookieconsent.initialise({
<ol>
<li>Plaats de SD-kaart van je <strong>doel 3DS</strong> in je computer</li>
<li>Kopieer <code class="language-plaintext highlighter-rouge">boot.firm</code> en <code class="language-plaintext highlighter-rouge">boot.3dsx</code> van de standaard Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> naar de hoofdmap van je SD-kaart</li>
<li>Copy <code class="language-plaintext highlighter-rouge">boot.firm</code> and <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> to the root of the <strong>target 3DSs</strong> SD card</li>
<li>Maak een map genaamd <code class="language-plaintext highlighter-rouge">boot9strap</code> op de hoofdmap van je SD-kaart</li>
<li>Kopieer <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> en <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> van de RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> naar de <code class="language-plaintext highlighter-rouge">/boot9strap/</code> map op je SD-kaart</li>
<li>Kopieer <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> van de SafeB9SInstaller <code class="language-plaintext highlighter-rouge">.zip</code> naar de hoofdmap van je SD-kaart</li>