summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/GraphicsModSystem
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2025-04-27 11:40:51 -0700
committerDentomologist <dentomologist@gmail.com>2025-08-11 18:01:14 -0700
commit4303e086bf880d2f0658fe5df38390851e3815c8 (patch)
tree056ac7fe0da147b34dfd997735cb27003e7e4779 /Source/Core/VideoCommon/GraphicsModSystem
parent61d9002ab4fdddc559f6ca00739932c81b13c6be (diff)
EnhancementsWidget: Fix display of default post-processing effect
Show "(off)" instead of "" when the default post-processing effect is selected. This also indirectly fixes issues with keyboard navigation of the post-processing effect combobox when the default is selected, resolving https://bugs.dolphin-emu.org/issues/13863. m_post_processing_effect was previously using the ConfigStringChoice constructor that assumes the text and data of each option are identical. This is true for all the other effects, but since "(off)" has the config value of "" this assumption was failing for it, causing the combobox to be blank.
Diffstat (limited to 'Source/Core/VideoCommon/GraphicsModSystem')
0 files changed, 0 insertions, 0 deletions