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: Remove unused class GraphicsBoolEx #11776

Merged
merged 1 commit into from Apr 20, 2023

Conversation

Dentomologist
Copy link
Contributor

In older versions of Dolphin GraphicsBoolEx was used to create a pair of radio buttons selecting one of Virtual XFB and Real XFB, but this was removed with the introduction of Hybrid XFB in #5498.

In the meantime GraphicsRadioInt was introduced to allow for Graphics radio buttons with multiple options, and boolean options should use checkboxes, so GraphicsBoolEx is now redundant.

In older versions of Dolphin GraphicsBoolEx was used to create a pair of
radio buttons selecting one of Virtual XFB and Real XFB, but this was
removed with the introduction of Hybrid XFB in 65cd085.

In the meantime GraphicsRadioInt was introduced to allow for Graphics
radio buttons with multiple options, so GraphicsBoolEx is now redundant.
@lioncash lioncash merged commit e0d6b46 into dolphin-emu:master Apr 20, 2023
14 checks passed
@Dentomologist Dentomologist deleted the remove_graphicsboolex branch April 20, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants