mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
[UI] Remove experimental tag from Vulkan
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user