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

Qt: Clean and remove empty game settings #11190

Merged
merged 4 commits into from
May 5, 2024
Merged

Qt: Clean and remove empty game settings #11190

merged 4 commits into from
May 5, 2024

Conversation

stenzek
Copy link
Contributor

@stenzek stenzek commented May 4, 2024

Description of Changes

When modifying game settings, it's pretty easy to end up with a file full of empty sections. That's a bit messy.

This PR makes the interface clean out empty sections, as well as removing empty gamesettings files completely if no settings are changed.

And a couple of other random tidy-ups.

Rationale behind Changes

Less mess in gamesettings directory.

Suggested Testing Steps

Test game settings. Make sure files are created, and get removed when the last changed setting is reset.
Make sure input profiles are still creatable and editable.
Make sure speed limiter and fast forward boot still works as expected.

@github-actions github-actions bot added Dependencies Pull requests that update a dependency file GUI/Qt labels May 4, 2024
@stenzek stenzek merged commit 90338ed into PCSX2:master May 5, 2024
12 checks passed
@stenzek stenzek deleted the qt branch May 5, 2024 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file GUI/Qt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants