summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLéo Lam <leolino.lam@gmail.com>2018-03-21 23:18:03 +0100
committerGitHub <noreply@github.com>2018-03-21 23:18:03 +0100
commit1b28693eb0d16ba0a56f47476f9992d9ccb88dab (patch)
treee0f661de49c31372559c96aa9757c4d080d6cadd /Source
parent9cf22aec0447676115358f9719714038050f8e0c (diff)
parentb02b6169307cadff2c83b1b99ebcfab3dae2dc2c (diff)
Merge pull request #4484 from Helios747/remove_text
[UI] Remove experimental tag from Vulkan
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/VideoBackends/Vulkan/VideoBackend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VideoBackend.h b/Source/Core/VideoBackends/Vulkan/VideoBackend.h
index c511013394..ef60212a9a 100644
--- a/Source/Core/VideoBackends/Vulkan/VideoBackend.h
+++ b/Source/Core/VideoBackends/Vulkan/VideoBackend.h
@@ -15,7 +15,7 @@ public:
void Shutdown() override;
std::string GetName() const override { return "Vulkan"; }
- std::string GetDisplayName() const override { return "Vulkan (experimental)"; }
+ std::string GetDisplayName() const override { return "Vulkan"; }
void InitBackendInfo() override;
};
}