fastboot3DS icon indicating copy to clipboard operation
fastboot3DS copied to clipboard

Config saving behavior

Open Z7QsbkpL5T opened this issue 5 years ago • 5 comments

Right now the behavior seems to be:

  • If SD is present, load and save there
    • If there's no existing config, look for one on the NAND
      • Save to SD even if loaded from NAND
  • If SD is not present, load and save on the NAND instead

That way I cannot force it to use the NAND even if an SD card is present.

Can the behavior be changed so that it saves to the NAND if the config was loaded from the NAND?

Z7QsbkpL5T avatar Nov 27 '19 02:11 Z7QsbkpL5T

kinda related to this issue, i guess. i think we should save the config to nand on ctrnand:/rw/fastboot3DS/ and not to ctrnand:/fastboot3DS/ of the NAND

FlameKat53 avatar Jan 04 '20 05:01 FlameKat53

This inconsistent save-location behavior was really throwing me for a loop when I was trying to get my 3DS to automatically boot into luma3ds CFW when the SD card was removed (the default behavior for boot9strap).

So despite it now being 2 years after the most recent release, I would very much support the idea of being able to save the settings to the NAND even when the SD card is present.

NintendoManiac64 avatar Apr 08 '21 20:04 NintendoManiac64

It's designed this way to prevent bricks. The eMMC is not something you can take out and stick in your PC. If something goes wrong on there you have to get a ntrboot flashcard or hardmod to unbrick that. There is also no way we can save the config location because we are relocating the config where this would be saved in.

It was/is a difficult decision.

profi200 avatar Apr 08 '21 22:04 profi200

OK, brick prevention is a very legitimate reason for the current behavior.

I think my confusion would have not occurred if it was somehow made more apparent to the user that there are effectively two modes with regards to saving.

In particular, I thought settings were always saved to the SD card regardless, and therefore if there's no SD card then settings can't be saved at all and it just always loaded the default (this is akin to how games on consoles with memory cards work, like the GameCube).

NintendoManiac64 avatar Apr 08 '21 23:04 NintendoManiac64

Actually, the config saving behavior is changed in a recent nightly, allowing you to have your config on NAND only, while still keeping the possibility to override it with a SD config. Maybe try a recent nightly?

d0k3 avatar Apr 09 '21 14:04 d0k3