Le développeur de CTRXplorer, GodMode9 ou Decrypt9WIP, d0k3, nous revient avec une nouvelle version d'EmuNAND9 en ce jour donc v20160325 spécialement taillée pour les RedNAND.
 
L'auteur nous apporte donc un ajout de fonctionnalités d'installation des RedNAND, de conversion d'un EmuNAND vers une RedNAND (et inversement), une amélioration du support des cartes SD, et diverses améliorations plus ou moins importantes. 
 
 
 
Changelog EmuNAND9 20160325
 
This is the 'full RedNAND support' release. This is new:
 
Added 'Complete RedNAND Setup' feature
Added options to convert your EmuNAND <-> RedNAND and vice versa
Improved SD card and SD card fault handling
Various smaller and bigger improvements
 
Read more about the RedNAND / GW EmuNAND difference here.
RedNANDs are, by now, only supported by CakesFW and AuReiNAND, and technically a superior alternative to GW type EmuNANDs. If you do a complete setup, you can save a lot of space at least for N3DS consoles if you choose RedNAND over GW type EmuNAND.
 
 
 
RedNAND:
- The full NAND image is put onto the SD card at byte offset 512.
- Following the NAND image, a standard FAT filesystem containing the "actual" SD data is stored at byte offset N+512.
- The RedNAND implementation will offset all reads and writes to the NAND by 512 bytes.
 
EmuNAND:
- Bytes [512:N-1] of the NAND image are put onto the SD card at byte offset 512.
- Bytes [0;511] of the NAND image are put onto the SD card at byte offset N.
- Following the NAND image, a standard FAT filesystem containing the "actual" SD data is stored at byte offset N+512.