Magic toggles for tests

This commit is contained in:
CamilleLaVey
2026-09-06 01:05:09 -04:00
parent cf4e6ea901
commit 203ac3cb51
10 changed files with 58 additions and 3 deletions
@@ -267,6 +267,10 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent) {
INSERT(Settings, enable_buffer_history, tr("Enable buffer history"),
tr("Enables access to previous buffer states.\nThis option may improve rendering "
"quality and performance consistency in some games."));
INSERT(Settings, enable_multi_range_storage, tr("Multi-range storage buffers"),
tr("toggle for test on multi-range."));
INSERT(Settings, enable_sparse_buffer_binding, tr("Sparse buffer binding"),
tr("toggle for test on sparse buffer binding."));
INSERT(Settings, fix_bloom_effects, tr("Fix bloom effects"), tr("Removes bloom in Burnout."));
INSERT(Settings, rescale_hack, tr("Enable Legacy Rescale Pass"),