mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
[UI] Remove experimental tag from Vulkan
This commit is contained in:
parent
682a6117b5
commit
b02b616930
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public:
|
||||||
void Shutdown() override;
|
void Shutdown() override;
|
||||||
|
|
||||||
std::string GetName() const override { return "Vulkan"; }
|
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;
|
void InitBackendInfo() override;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue