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

Port memory card size override setting to new config system. #10395

Merged

Conversation

AdmiralCurtiss
Copy link
Contributor

Found this straggler that was in neither config system!

@Techjar
Copy link
Contributor

Techjar commented Jan 26, 2022

This setting should go in SessionSettings rather than MainSettings, as we don't ever under any circumstances want this handled globally. Otherwise, LGTM.

@chrisleigh-stack

This comment has been minimized.

@JosJuice
Copy link
Member

JosJuice commented Jan 26, 2022

This setting is used in game INIs that we ship. I thought the Session system didn't actually allow loading from game INIs?

@AdmiralCurtiss
Copy link
Contributor Author

You seem to be correct. Reverting to Main then...

@AdmiralCurtiss
Copy link
Contributor Author

I think in the future we probably want a way to designate a setting as 'use when loaded from GameINI but ignore when in global config', but I think this setting is fairly harmless to potentially load globally in the meantime -- there isn't a GUI setting for it so you'd have to manually write it into your global settings INI and then be surprised about it.

@AdmiralCurtiss AdmiralCurtiss merged commit 63df67b into dolphin-emu:master Jan 29, 2022
10 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the memcard-size-setting branch January 29, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants