mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-27 22:04:06 +01:00
Sets up initial support for implementing colored tristate functions. These functions color a QWidget blue when it's overriding a global setting, and discolor it when not. The lack of color indicates it uses the global state, replacing the Qt::CheckState::PartiallyChecked state with the global state.