Proper linking between states

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-23 21:58:06 -04:00
parent a137760b48
commit b47c0e07a3
2 changed files with 117 additions and 0 deletions

View file

@ -230,6 +230,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
INSERT(Settings, barrier_feedback_loops, tr("Barrier feedback loops"),
tr("Improves rendering of transparency effects in specific games."));
// Renderer (Extensions)
INSERT(Settings, use_dyna_state_1, tr("Enable Extended Dynamic State 1"),
tr("Enables the VkExtendedDynamicState1 extension.\nThis setting may improve performance, "
"but may also cause games to break on some systems."));