Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config saving behavior #41

Open
Z7QsbkpL5T opened this issue Nov 27, 2019 · 5 comments
Open

Config saving behavior #41

Z7QsbkpL5T opened this issue Nov 27, 2019 · 5 comments

Comments

@Z7QsbkpL5T
Copy link

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?

@FlameKat53
Copy link

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

@NintendoManiac64
Copy link

NintendoManiac64 commented Apr 8, 2021

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.

@profi200
Copy link
Collaborator

profi200 commented Apr 8, 2021

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.

@NintendoManiac64
Copy link

NintendoManiac64 commented Apr 8, 2021

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).

@d0k3
Copy link
Collaborator

d0k3 commented Apr 9, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants