d0k3 / GodMode9

GodMode9 Explorer - A full access file browser for the Nintendo 3DS console :godmode:
GNU General Public License v3.0
2.16k stars 194 forks source link

Fix multi RedNAND setup in SD format menu #877

Closed ZeroSkill1 closed 1 week ago

ZeroSkill1 commented 2 weeks ago

The SD format menu allows the setup of 2x, 3x, or 4x multi RedNANDs.

Using the 3x and 4x options works properly, but using the 2x option, the SysNAND is only copied to the space reserved for the first RedNAND, leaving the other one without proper setup.

This results in the inability to access this EmuNAND space even when attempting to use the Switch EmuNAND option in the more... menu.

I have provided a fix which should allow for proper intialization of multi RedNAND setups, while keeping support for single Gateway type EmuNANDs.

d0k3 commented 2 weeks ago

Looks good to me and can be merged. But, why does the automatic check fail? It's not about the changes in this pr.

ZeroSkill1 commented 2 weeks ago

I updated the workflow so it succeeds now.

Test build can be downloaded here.

d0k3 commented 1 week ago

Merged, thank you!