Further bullet point standardizing
This commit is contained in:
parent
986ee497e1
commit
4cccdfb6c0
3 changed files with 8 additions and 8 deletions
|
@ -43,7 +43,7 @@ Insert the game cartridge you intend to dump into your console
|
||||||
1. Follow the steps applicable to your game cartridge:
|
1. Follow the steps applicable to your game cartridge:
|
||||||
+ **3DS Game Cartridge:** Press (A) on `[TitleID].trim.3ds` to select it
|
+ **3DS Game Cartridge:** Press (A) on `[TitleID].trim.3ds` to select it
|
||||||
+ **NDS Game Cartridge:** Press (A) on `[TitleID].nds` to select it
|
+ **NDS Game Cartridge:** Press (A) on `[TitleID].nds` to select it
|
||||||
- Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues
|
+ Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues
|
||||||
1. Select "Copy to 0:/gm9/out"
|
1. Select "Copy to 0:/gm9/out"
|
||||||
1. Your non-installable `.3ds` or `.nds` formatted file will be outputted to the `/gm9/out/` folder on your SD card
|
1. Your non-installable `.3ds` or `.nds` formatted file will be outputted to the `/gm9/out/` folder on your SD card
|
||||||
|
|
||||||
|
|
|
@ -28,9 +28,9 @@ mmcblk0 179:0 0 3,8G 0 disk
|
||||||
+ If `RO` is set to 1, make sure the lock switch is not slid down
|
+ If `RO` is set to 1, make sure the lock switch is not slid down
|
||||||
1. Hit CTRL + C to exit the menu
|
1. Hit CTRL + C to exit the menu
|
||||||
1. Type in the following for your SD card:
|
1. Type in the following for your SD card:
|
||||||
- 2GB or lower: `sudo mkfs.fat /dev/(device name from above) -s 64 -F 16`
|
+ 2GB or lower: `sudo mkfs.fat /dev/(device name from above) -s 64 -F 16`
|
||||||
- This creates a single FAT16 partition with 32 KB cluster size on the SD card
|
+ This creates a single FAT16 partition with 32 KB cluster size on the SD card
|
||||||
- 4GB - 128GB: `sudo mkfs.fat /dev/(device name from above) -s 64 -F 32`
|
+ 4GB - 128GB: `sudo mkfs.fat /dev/(device name from above) -s 64 -F 32`
|
||||||
- This creates a single FAT32 partition with 32 KB cluster size on the SD card
|
+ This creates a single FAT32 partition with 32 KB cluster size on the SD card
|
||||||
- 128GB or higher: `sudo mkfs.fat /dev/(device name from above) -s 128 -F 32`
|
+ 128GB or higher: `sudo mkfs.fat /dev/(device name from above) -s 128 -F 32`
|
||||||
- This creates a single FAT32 partition with 64 KB cluster size on the SD card
|
+ This creates a single FAT32 partition with 64 KB cluster size on the SD card
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
1. Press (Y) + (D-Pad Down) to install menuhax67
|
1. Press (Y) + (D-Pad Down) to install menuhax67
|
||||||
* The console will automatically power off
|
+ The console will automatically power off
|
||||||
1. Power on your console
|
1. Power on your console
|
||||||
1. Tap on the small HOME Menu settings icon in the top left of the bottom screen (![]({{ "/images/homemenuicon.png" | absolute_url }}){: height="32px" width="52px"})
|
1. Tap on the small HOME Menu settings icon in the top left of the bottom screen (![]({{ "/images/homemenuicon.png" | absolute_url }}){: height="32px" width="52px"})
|
||||||
+ If the console freezes for a while and then crashes, make sure you have Launcher.dat on the root of your SD card
|
+ If the console freezes for a while and then crashes, make sure you have Launcher.dat on the root of your SD card
|
||||||
|
|
Loading…
Reference in a new issue