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

This commit is contained in:
lilyuwuu 2023-07-22 04:49:56 +00:00
parent e27b14760d
commit 28e11c31ae
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-22T04:40:34+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed> <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-07-22T04:49:44+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>

View File

@ -544,7 +544,11 @@ window.cookieconsent.initialise({
<ol> <ol>
<li>Power off your console</li> <li>Power off your console</li>
<li>Insert your SD card into your computer</li> <li>Insert your SD card into your computer</li>
<li>Copy the contents of <code class="language-plaintext highlighter-rouge">finalizing.zip</code> to the root of your SD card, merging/replacing any existing folders if prompted</li> <li>Copy the contents of <code class="language-plaintext highlighter-rouge">finalizing.zip</code> (<code class="language-plaintext highlighter-rouge">finalize</code>, <code class="language-plaintext highlighter-rouge">gm9</code>, and <code class="language-plaintext highlighter-rouge">luma</code>) to the root of your SD card, merging/replacing any existing folders if prompted
<ul>
<li>If you are using a Mac, hold the Option key while dragging the folders to the root of your SD card, then click “Merge”</li>
</ul>
</li>
<li>Insert your SD card into your console</li> <li>Insert your SD card into your console</li>
</ol> </ol>
@ -609,7 +613,7 @@ window.cookieconsent.initialise({
<li>Power off your console</li> <li>Power off your console</li>
<li>Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9 <li>Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
<ul> <ul>
<li>If you do not boot into GodMode9, ensure that <code class="language-plaintext highlighter-rouge">GodMode9.firm</code> is in <code class="language-plaintext highlighter-rouge">/luma/payloads/</code> and that <code class="language-plaintext highlighter-rouge">payloads</code> is correctly spelled</li> <li>If you do not boot into GodMode9, ensure that you copied the three folders from <code class="language-plaintext highlighter-rouge">finalizing.zip</code> to the root of your SD card and that the folders are not misnamed (e.g. <code class="language-plaintext highlighter-rouge">luma (1)</code>)</li>
</ul> </ul>
</li> </li>
<li>If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed</li> <li>If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed</li>