mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 10:10:47 -07:00
configuration: Use buttons instead of highlights
Only for updated configs at the moment
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user