mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-07 12:48:03 +00:00
Magic toggles for tests
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user