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/Patches: Bring back the global WS/NI toggle, but make it clearer in the UI #12117

Merged
merged 3 commits into from
Dec 29, 2024

Conversation

CookiePLMonster
Copy link
Contributor

@CookiePLMonster CookiePLMonster commented Dec 24, 2024

Description of Changes

See #12113 for a more specific breakdown of this issue. This PR reverts #12078 while improving the UX of per-game Widescreen/No-Interlace patch toggles. With this PR, the toggles for those two patches in the Patches tab are tri-state and can be changed per-game, overriding the global toggle. Additional text has been added to the screen to indicate the global state of those toggles, to make troubleshooting easier.
image

As a bonus, this old warning:
image
has now been removed, and those old per-game settings are now gracefully migrated to Patches, without needlessly notifying the user.

Rationale behind Changes

These global toggles were good, and removing them was a usability downgrade.

Suggested Testing Steps

  • Enable global WS/NI patches and verify they apply.
  • Attempt to force-disable a WS/NI patch via game settings by unchecking the tri-state checkbox, and verify that they do not apply.
  • Disable global WS/NI patches, then force-enable them via game settings by checking the tri-state checkbox, and verify that they do apply.

Fixes #12113

…sabling them per-game is possible

This solves a long-standing issue where globally enabled
widescreen/no-interlace patches visually appeared as disabled
on the patches list, but they were in fact enabled and could NOT be
disabled per-game.
…oggles to Patches

This old upgrade path telling users that the setting has been deprecated
can now be changed to perform the upgrade seamlessly for the user,
because the behaviour of the old per-game setting is identical to
the new behaviour of the Patches tab.
@crashGG
Copy link
Contributor

crashGG commented Dec 25, 2024

Tested a few games and this pr works pretty well.

@ygdx1986
Copy link

我完全支持您的建议!

Copy link
Member

@F0bes F0bes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@F0bes F0bes merged commit 97f316e into PCSX2:master Dec 29, 2024
12 checks passed
@CookiePLMonster CookiePLMonster deleted the welcome-back-global-patch-toggles branch December 29, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Bringing back the global toggles for Widescreen and No-Interlace Patches, but better
5 participants