configuration: Use buttons instead of highlights
Only for updated configs at the moment
This commit is contained in:
parent
d7e389b2f0
commit
e40f887355
9 changed files with 204 additions and 103 deletions
|
@ -93,6 +93,9 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
|
|||
"Enable compute pipelines, required by some games.\nThis setting only exists for Intel "
|
||||
"proprietary drivers, and may crash if enabled.\nCompute pipelines are always enabled "
|
||||
"on all other drivers.");
|
||||
INSERT(use_reactive_flushing, "Enable Reactive Flushing",
|
||||
"Uses reactive flushing instead of predictive flushing, allowing more accurate memory "
|
||||
"syncing.");
|
||||
|
||||
// Renderer (Debug)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue