initial stub for Decryption

prusswan 2015-01-13 18:53:11 +08:00
parent 2996ae6c54
commit 24c7b1658e

1
Decryption.md Normal file

@ -0,0 +1 @@
3ds images can be in either encrypted or unencrypted form. Typically, homebrew images would be unencrypted while backups of retail titles would be encrypted. Citra only works with decrypted images, so any encrypted image needs to be decrypted, typically using `makerom` and `ctrtool`.