Fixed grammar issues (thanks @lilyuwuu)
This commit is contained in:
parent
fa325e9bf2
commit
01ee3eb568
1 changed files with 7 additions and 7 deletions
|
@ -467,7 +467,7 @@ Make sure you have at least 1.3GB available in your SD card. If you don't have e
|
|||
1. Copy the `Nintendo 3DS` folder from your computer to the root of your SD card
|
||||
1. Delete the `Nintendo 3DS` folder from your computer
|
||||
|
||||
If you have enough space on your SD card, your SD might be corrupted or faulty. Check your SD card for any errors by following the guide according to your system: [Windows](h2testw-(windows), [Linux](f3-(linux)), [macOS](f3xswift-(mac)).
|
||||
If you have enough space on your SD card, your SD might be corrupted or faulty. Check your SD card for any errors by following the guide according to your computer's operating system: [Windows](h2testw-(windows), [Linux](f3-(linux)), [macOS](f3xswift-(mac)).
|
||||
{% endcapture %}
|
||||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
|
@ -550,14 +550,14 @@ ARM11 exception handlers are disabled, or custom firmware is not installed. Try
|
|||
<details>{{ compat | markdownify }}</details>
|
||||
|
||||
{% capture compat %}
|
||||
<summary><u>My device does not show any of my installed apps on the HOME Menu</u></summary>
|
||||
<summary><u>HOME Menu is missing installed applications</u></summary>
|
||||
|
||||
This could be caused by various reasons, but mostly because your SD card is not being read by the system.
|
||||
You can check if your SD is not being read by holding SELECT on boot and checking the yellow text on the bottom screen; if it says "Booted from CTRNAND via B9S", then your system is booting from the internal memory and not from the SD card.
|
||||
Attempt the steps below, which are listed from easiest to hardest:
|
||||
This could be caused by various reasons, but most likely because your SD card is not being read by the system.
|
||||
You can check if your SD is being read by holding SELECT on boot and checking the yellow text on the bottom screen; if it says "Booted from CTRNAND via B9S", then your device is booting from the internal memory and not from the SD card.
|
||||
If this is the case, attempt the steps below, which are listed from easiest to hardest:
|
||||
1. Power off your device, remove the SD card, re-insert it, then power on your device
|
||||
1. Power off your device, remove the SD card, insert it on your PC, download the latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest), extract `boot.firm` from the `Luma3DS.zip` and place it on the root of your SD card (replace it if it already exists)
|
||||
1. Power off your device, remove the SD card, insert it on your PC and reformat your SD card (this will wipe your SD card data) according to your computer's operating system: [Windows](formatting-sd-(windows)), [macOS](formatting-sd-(mac)), [Linux](formatting-sd-(linux))
|
||||
1. Power off your device, remove the SD card, insert it on your PC, download the latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest), extract `boot.firm` from the `Luma3DS.zip` and place it on the root of your SD card (replacing any existing file)
|
||||
1. Power off your device, remove the SD card, insert it on your PC and reformat your SD card according to your computer's operating system: [Windows](formatting-sd-(windows)), [macOS](formatting-sd-(mac)), [Linux](formatting-sd-(linux)) *(this will wipe your SD card data)*
|
||||
1. Test your SD card for errors by following the guide according to your computer's operating system: [Windows](h2testw-(windows)), [Linux](f3-(linux)), [macOS](f3xswift-(mac)). If your SD card is marked as faulty, then you will have to replace your SD card
|
||||
1. Your SD card slot may be broken. Join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) for further assistance
|
||||
{% endcapture %}
|
||||
|
|
Loading…
Reference in a new issue