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