Allow cloud sync to optionally include/remove directories #16704
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The current implementation of the cloud sync driver does not let users select which folders they would like to sync with the cloud. This PR introduces 2 new options for the user to select if they would like to selectively sync their saves/states and/or their configurations.
The reason I've created this PR is because some users would like to sync saves only, and not the configuration. An example would be a user that would like to sync saves between their PC and Steamdeck, where the Steamdeck might be configured to use different shaders, core options, etc.
I'm unsure of the localization system. If this is not acceptable, please let me know what I can do to improve them.