mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Move Updating page too
This commit is contained in:
parent
718b7240bc
commit
db61f8b956
@ -46,6 +46,7 @@ You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide
|
||||
1. On your 3DS, install the two CIAs with FBI
|
||||
{% endcapture %}
|
||||
|
||||
### Installing
|
||||
<div class="tab-container">
|
||||
<div class="pb-3">
|
||||
<a class="tab-link btn btn-outline-secondary tab-default" href="#tab-working-camera" onclick="openTab(event, event.currentTarget)" data-tab-name="working-camera">Working Camera</a>
|
||||
@ -53,15 +54,15 @@ You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide
|
||||
<a class="tab-link btn btn-outline-secondary" href="#tab-manual" onclick="openTab(event, event.currentTarget)" data-tab-name="manual">Manual</a>
|
||||
</div>
|
||||
<div id="tab-working-camera">
|
||||
<noscript><h3>Installing (Working Camera)</h3></noscript>
|
||||
<noscript><h4>Working Camera</h4></noscript>
|
||||
{{ tab-working-camera | markdownify }}
|
||||
</div>
|
||||
<div id="tab-non-working-camera">
|
||||
<noscript><h3>Installing (Non-Working Camera)</h3></noscript>
|
||||
<noscript><h4>Non-Working Camera</h4></noscript>
|
||||
{{ tab-non-working-camera | markdownify }}
|
||||
</div>
|
||||
<div id="tab-manual">
|
||||
<noscript><h3>Installing (Manual)</h3></noscript>
|
||||
<noscript><h4>Manual</h4></noscript>
|
||||
{{ tab-manual | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,27 +1,6 @@
|
||||
---
|
||||
lang: en-US
|
||||
layout: wiki
|
||||
section: twilightmenu
|
||||
category: updating
|
||||
layout: redirect
|
||||
destination: updating-3ds?tab=manual#tab-manual
|
||||
title: Updating (3DS, Manual)
|
||||
description: How to update TWiLight Menu++ on the Nintendo 3DS (Manual method)
|
||||
---
|
||||
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
|
||||
{:.alert .alert-info}
|
||||
|
||||
### Updating
|
||||
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
|
||||
1. Extract `TWiLightMenu-3DS.7z`
|
||||
1. Copy the `_nds` folder to your SD card root
|
||||
1. Copy the `BOOT.NDS` file to your SD card root
|
||||
1. Copy the two `.cia` files to your SD card root
|
||||
1. On your 3DS, install the two CIAs with FBI
|
||||
|
||||
### More steps for the flashcard side
|
||||
|
||||
If you can switch between the SD and flashcard contents in TWLMenu++, and if the flashcard TWLMenu++ is on v16.3.0 or later, please follow these steps.
|
||||
|
||||
1. Go into TWLMenu++ Settings
|
||||
1. Select `Update TWiLight Menu++`
|
||||
1. Select `Console (micro)SD > Slot-1 microSD`
|
||||
|
||||
@ -10,12 +10,38 @@ description: How to update TWiLight Menu++ on the Nintendo 3DS
|
||||
If updating from a version older than v16.4.0, please move your `.sav` files for DS games to a new folder called `saves`, with the `saves` folder being in the same place as the DS roms.
|
||||
{:.alert .alert-info}
|
||||
|
||||
### Updating
|
||||
{% capture tab-universal-updater %}
|
||||
1. Open Universal-Updater
|
||||
- If you don't have it, follow the [installing](installing-3ds) instructions
|
||||
1. Find TWiLight Menu++ in the app grid, you can search with the 3rd tab on the sidebar if you have trouble finding it
|
||||
1. Press <kbd class="face">A</kbd> or tap the download icon in the sidebar and select `TWiLight Menu++` to install it
|
||||
- This will take a while
|
||||
{% endcapture %}
|
||||
|
||||
{% capture tab-manual %}
|
||||
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
|
||||
1. Extract `TWiLightMenu-3DS.7z`
|
||||
1. Copy the `_nds` folder to your SD card root
|
||||
1. Copy the `BOOT.NDS` file to your SD card root
|
||||
1. Copy the two `.cia` files to your SD card root
|
||||
1. On your 3DS, install the two CIAs with FBI
|
||||
{% endcapture %}
|
||||
|
||||
### Updating
|
||||
<div class="tab-container">
|
||||
<div class="pb-3">
|
||||
<a class="tab-link btn btn-outline-secondary tab-default" href="#tab-universal-updater" onclick="openTab(event, event.currentTarget)" data-tab-name="universal-updater">Universal-Updater</a>
|
||||
<a class="tab-link btn btn-outline-secondary" href="#tab-manual" onclick="openTab(event, event.currentTarget)" data-tab-name="manual">Manual</a>
|
||||
</div>
|
||||
<div id="tab-universal-updater">
|
||||
<noscript><h4>Universal-Updater</h4></noscript>
|
||||
{{ tab-universal-updater | markdownify }}
|
||||
</div>
|
||||
<div id="tab-manual">
|
||||
<noscript><h4>Manual</h4></noscript>
|
||||
{{ tab-manual | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
### More steps for the flashcard side
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user