mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Change the splits to not upset crowdin
This commit is contained in:
parent
6eb8220d6e
commit
1c98596e2d
@ -88,7 +88,7 @@ After you extract the pack, you can edit `sd:/_nds/nds-bootstrap.ini` and change
|
||||
- `BOOST_CPU`: If set to 1, TWL clock speed is used, so lags begone
|
||||
- `SOUND_FREQ`: If set to 1, sound will play at 48 kHz, instead of 32 kHz
|
||||
{% endcapture%}
|
||||
{% assign tab-sd-card = tab-sd-card | split: "<!-->" %}
|
||||
{% assign tab-sd-card = tab-sd-card | split: "////////" %}
|
||||
|
||||
{% capture tab-flashcard %}
|
||||
1. Download one of these packs:
|
||||
@ -107,7 +107,7 @@ After you extract the pack for your card, you can edit `sd:/_nds/ntr_forwarder.i
|
||||
- `DISABLEANIMATION`: If set to `1` or <kbd class="face">B</kbd> is held, the DS / DSi boot screen is skipped
|
||||
- `HEALTHSAFETYMSG`: If set to `1`, the boot screen's health and safety message will appear on the bottom screen, otherwise the bottom screen stays white with no health and safety message
|
||||
{% endcapture %}
|
||||
{% assign tab-flashcard = tab-flashcard | split: "<!-->" %}
|
||||
{% assign tab-flashcard = tab-flashcard | split: "////////" %}
|
||||
|
||||
{% assign tabs = tab-sd-card | concat: tab-flashcard %}
|
||||
{% include tabs.html index=0 tabs=tabs %}
|
||||
|
||||
@ -25,7 +25,7 @@ You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide
|
||||
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 %}
|
||||
{% assign tab-working-camera = tab-working-camera | split: "<!-->" %}
|
||||
{% assign tab-working-camera = tab-working-camera | split: "////////" %}
|
||||
|
||||
{% capture tab-non-working-camera %}
|
||||
1. Download the `Universal-Updater.cia` file from the [Universal-Updater release page](https://github.com/Universal-Team/Universal-Updater/releases)
|
||||
@ -40,7 +40,7 @@ You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide
|
||||
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 %}
|
||||
{% assign tab-non-working-camera = tab-non-working-camera | split: "<!-->" %}
|
||||
{% assign tab-non-working-camera = tab-non-working-camera | split: "////////" %}
|
||||
|
||||
{% capture tab-manual %}
|
||||
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
|
||||
@ -51,7 +51,7 @@ You will first need to have Custom Firmware on your 3DS, follow [3ds.hacks.guide
|
||||
1. Copy the two `.cia` files to your SD card root
|
||||
1. On your 3DS, install the two CIAs with FBI
|
||||
{% endcapture %}
|
||||
{% assign tab-manual = tab-manual | split: "<!-->" %}
|
||||
{% assign tab-manual = tab-manual | split: "////////" %}
|
||||
|
||||
### Installing
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ If updating from a version older than v16.4.0, please move your `.sav` files for
|
||||
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 %}
|
||||
{% assign tab-universal-updater = tab-universal-updater | split: "<!-->" %}
|
||||
{% assign tab-universal-updater = tab-universal-updater | split: "////////" %}
|
||||
|
||||
{% capture tab-manual %}
|
||||
1. Download the latest version of `TWiLightMenu-3DS.7z` from [the releases page](https://github.com/DS-Homebrew/TWiLightMenu/releases)
|
||||
@ -30,7 +30,7 @@ If updating from a version older than v16.4.0, please move your `.sav` files for
|
||||
1. Copy the two `.cia` files to your SD card root
|
||||
1. On your 3DS, install the two CIAs with FBI
|
||||
{% endcapture %}
|
||||
{% assign tab-manual = tab-manual | split: "<!-->" %}
|
||||
{% assign tab-manual = tab-manual | split: "////////" %}
|
||||
|
||||
### Updating
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user