mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 12:35:27 +00:00
[UI] Remove experimental tag from Vulkan
This commit is contained in:
parent
682a6117b5
commit
b02b616930
@ -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…
x
Reference in New Issue
Block a user