1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-20 23:42:01 +02:00

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

This commit is contained in:
lifehackerhansol
2023-08-15 18:20:26 +00:00
parent f2619d234a
commit ca0ce5cbb4
80 changed files with 351 additions and 381 deletions

View File

@@ -489,9 +489,9 @@ window.cookieconsent.initialise({
<li><a href="#兼容性注意" id="markdown-toc-兼容性注意">兼容性注意</a></li>
<li><a href="#你需要准备点啥" id="markdown-toc-你需要准备点啥">你需要准备点啥?</a></li>
<li><a href="#操作步骤" id="markdown-toc-操作步骤">操作步骤</a> <ul>
<li><a href="#第一步--检查自制固件" id="markdown-toc-第一步--检查自制固件">第一步 检查自制固件</a></li>
<li><a href="#section-ii---updating-the-system" id="markdown-toc-section-ii---updating-the-system">Section II - Updating the System</a></li>
<li><a href="#section-iii---prep-work" id="markdown-toc-section-iii---prep-work">Section III - Prep Work</a></li>
<li><a href="#第一步--准备工作" id="markdown-toc-第一步--准备工作">第一步 准备工作</a></li>
<li><a href="#section-ii---cfw-check" id="markdown-toc-section-ii---cfw-check">Section II - CFW Check</a></li>
<li><a href="#section-iii---updating-the-system" id="markdown-toc-section-iii---updating-the-system">Section III - Updating the System</a></li>
<li><a href="#section-iv---rtc-and-dsp-setup" id="markdown-toc-section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</a></li>
<li><a href="#section-v---setup-script" id="markdown-toc-section-v---setup-script">Section V - Setup Script</a></li>
</ul>
@@ -534,12 +534,30 @@ window.cookieconsent.initialise({
<ul>
<li><a href="/assets/finalizing.zip">finalizing.zip</a> (direct download)</li>
<li>The latest release of <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a></li>
</ul>
<h3 id="操作步骤">操作步骤</h3>
<h4 id="第一步--检查自制固件">第一步 检查自制固件</h4>
<h4 id="第一步--准备工作">第一步 准备工作</h4>
<p>本节中,你将需要复制所需的文件到段落提示的指定位置。</p>
<ol>
<li>Power off your console</li>
<li>将你的 SD 卡插入电脑</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>
</ol>
<p>The screenshot below indicates the minimum SD card layout that is required to follow this page. 由于你可能在之前做了一些其他的操作,你的 SD 卡中可能会多出一些文件或者文件夹。</p>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
<h4 id="section-ii---cfw-check">Section II - CFW Check</h4>
<p>As an additional safety measure, we will perform an additional check for custom firmware. If custom firmware is not installed by this point for any reason, the next section may render your console unable to be hacked without external hardware.</p>
@@ -554,7 +572,7 @@ window.cookieconsent.initialise({
<p class="notice--danger">If you do NOT boot into the Luma3DS configuration menu, custom firmware was not installed on your console. Join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</p>
<h4 id="section-ii---updating-the-system">Section II - Updating the System</h4>
<h4 id="section-iii---updating-the-system">Section III - Updating the System</h4>
<p>本节中,你将会把主机更新至最新版本。(自制固件兼容最新版本的系统,直接升级是安全的)</p>
@@ -569,27 +587,6 @@ window.cookieconsent.initialise({
</li>
</ol>
<h4 id="section-iii---prep-work">Section III - Prep Work</h4>
<p>本节中,你将需要复制所需的文件到段落提示的指定位置。</p>
<ol>
<li>Power off your console</li>
<li>将你的 SD 卡插入电脑</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>Delete <code class="language-plaintext highlighter-rouge">boot.firm</code> and <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of the SD card</li>
<li>Copy <code class="language-plaintext highlighter-rouge">boot.firm</code> and <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the latest Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> (the one you just downloaded) to the root of the SD card, replacing any existing files if prompted</li>
<li>Reinsert your SD card into your console</li>
</ol>
<p>The screenshot below indicates the minimum SD card layout that is required to follow this page. 由于你可能在之前做了一些其他的操作,你的 SD 卡中可能会多出一些文件或者文件夹。</p>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/finalizing-root-layout.png" alt="" /></p>
<h4 id="section-iv---rtc-and-dsp-setup">Section IV - RTC and DSP setup</h4>
<p>本节中,你将会把主机的内部时钟同步现实时间,并导出声卡的固件(部分自制程序需要使用它来正确发声)。</p>