mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 15:41:07 +00:00
Revert "Vulkan: Show backend as Vulkan (MoltenVK) on macOS"
This commit is contained in:
parent
668b7eec8f
commit
f72652f690
@ -16,14 +16,7 @@ public:
|
||||
void Shutdown() override;
|
||||
|
||||
std::string GetName() const override { return "Vulkan"; }
|
||||
std::string GetDisplayName() const override
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
return _trans("Vulkan (MoltenVK)");
|
||||
#else
|
||||
return _trans("Vulkan");
|
||||
#endif
|
||||
}
|
||||
std::string GetDisplayName() const override { return _trans("Vulkan"); }
|
||||
void InitBackendInfo() override;
|
||||
void PrepareWindow(const WindowSystemInfo& wsi) override;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user