-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Option to disable recent saving/list? #553
Comments
May I ask why you'd want to disable it? Is your swiss.ini rather huge and saving the recent list takes a while? If so issue #513 should solve that. |
No problems with it. Though the less writes to it the better. I hear SD cards have a lesser life span (number of writes) than USB drives. |
There are some code paths to prevent unnecessary writes, such as if you're launching the same game over and over again etc, but there'll be far less writes when config is split up (and I guess I can make it optional at that point too). |
Thank you. And great program by the way. Not only is game loading faster than ever, but now memory card emulation is back and working better than ever. I had a question about memory card emulation. I noticed it saves much faster than a real memory card does. If you decide |
Added in 50c7cdb. You can turn it off completely or set it to a "lazy" mode where it will only add new entries and it won't save for a simple reshuffle (if you constantly only use a top 8 list of entries etc). |
Just wondering about an option to disable the recent list and it saving upon every game boot.
The text was updated successfully, but these errors were encountered: