fix some godmode9-usage quirks

This commit is contained in:
Plailect 2018-08-02 01:06:17 -04:00
parent 482ed39b63
commit b57e5d11fc
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41
3 changed files with 4 additions and 8 deletions

View File

@ -107,10 +107,8 @@ This will only work if the Health & Safety injection was performed by GodMode9 (
## Dumping a Game Cartridge
#### Prep Work
{% capture notice %}
+ Insert the game cartridge you intend to dump into your device
Insert the game cartridge you intend to dump into your device
+ 3DS game cartridges will be dumped to an installable `.cia` format
+ NDS game cartridges will be dumped to a non-installable `.nds` format compatible with flashcarts and emulators
{% endcapture %}
@ -210,9 +208,7 @@ To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of al
## Encrypting / Decrypting a .CIA file
#### Prep Work
+ For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card
For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card
{: .notice--info}
1. Launch GodMode9 by holding (Start) during boot

View File

@ -112,7 +112,7 @@ $(document).ready(function(){
var sidebar_shown = true;
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)",
"faq", "file-extensions-(windows)", "get-started", "h2testw-(windows)",
"faq", "file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads"];

File diff suppressed because one or more lines are too long