finish copying over

This commit is contained in:
Han Sol Jin 2021-04-04 16:12:23 -07:00 committed by GitHub
parent 6ae8eb87fd
commit 9a35e9e6bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,3 +99,18 @@ To identify a `<TitleID>.gbavc.sav` file's Title ID, you can get a listing of al
+ Press (Start) to reboot your device
+ Launch the GBA VC game
+ Exit the GBA VC game
## Encrypting / Decrypting a .CIA file
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
1. Navigate to `[0:] SDCARD` -> `cias`
1. Press (A) on the `.cia` file to select it, then select "CIA image options..."
1. Select the option to perform the desired function:
+ **Encrypt to 0:/gm9/out:** Create an encrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card
+ **Decrypt to 0:/gm9/out:** Create a decrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card
+ **Encrypt inplace:** Replace the selected `.cia` file with an encrypted version
+ **Decrypt inplace:** Replace the selected `.cia` file with a decrypted version
1. Your encrypted / decrypted `.cia` will be outputted to the desired location