fix some godmode9-usage quirks
This commit is contained in:
parent
482ed39b63
commit
b57e5d11fc
3 changed files with 4 additions and 8 deletions
|
@ -107,10 +107,8 @@ This will only work if the Health & Safety injection was performed by GodMode9 (
|
||||||
|
|
||||||
## Dumping a Game Cartridge
|
## Dumping a Game Cartridge
|
||||||
|
|
||||||
#### Prep Work
|
|
||||||
|
|
||||||
{% capture notice %}
|
{% 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
|
+ 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
|
+ NDS game cartridges will be dumped to a non-installable `.nds` format compatible with flashcarts and emulators
|
||||||
{% endcapture %}
|
{% 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
|
## 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}
|
{: .notice--info}
|
||||||
|
|
||||||
1. Launch GodMode9 by holding (Start) during boot
|
1. Launch GodMode9 by holding (Start) during boot
|
||||||
|
|
|
@ -112,7 +112,7 @@ $(document).ready(function(){
|
||||||
|
|
||||||
var sidebar_shown = true;
|
var sidebar_shown = true;
|
||||||
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)",
|
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",
|
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
|
||||||
"updating-b9s", "why-ads"];
|
"updating-b9s", "why-ads"];
|
||||||
|
|
||||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue