emummc: implement SD partition mode; clean up and rename emunand code

This commit is contained in:
hexkyz 2019-06-09 19:33:44 +01:00
parent 4c4f037361
commit 0986b48a55
8 changed files with 274 additions and 136 deletions

View file

@ -4,9 +4,9 @@ stage2_path = atmosphere/fusee-secondary.bin
stage2_addr = 0xF0000000
stage2_entrypoint = 0xF0000000
[emunand]
emunand_enabled = 0
emunand_path = atmosphere/emunand
[emummc]
emummc_enabled = 0
emummc_path = atmosphere/emummc
[exosphere]
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.