Add fallback for creating other video backends. (#254)

* Add fallback for creating other video backends.

* Update video.cpp
This commit is contained in:
Darío
2025-01-31 09:45:48 -03:00
committed by GitHub
parent ddd8ce77db
commit 54d5588d79
5 changed files with 65 additions and 15 deletions
+6
View File
@@ -377,6 +377,12 @@ std::unordered_map<std::string, std::unordered_map<ELanguage, std::string>> g_lo
{ ELanguage::English, "The achievement data could not be loaded.\nYour achievements will not be saved." }
}
},
{
"Video_BackendError",
{
{ ELanguage::English, "Unable to create a D3D12 (Windows) or Vulkan backend.\n\nPlease make sure that:\n\n- Your system meets the minimum requirements.\n- Your GPU drivers are up to date.\n- Your operating system is on the latest version available." },
}
},
{
"Common_On",
{