mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Merge pull request #4484 from Helios747/remove_text
[UI] Remove experimental tag from Vulkan
This commit is contained in:
commit
1b28693eb0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue