Android: Remove the popup message when falling back to OpenGL. Fixes #12284 .
This commit is contained in:
parent
6ae18c27f4
commit
57c6ab7206
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ bool AndroidVulkanContext::InitAPI() {
|
|||
VkResult res = g_Vulkan->CreateInstance(info);
|
||||
if (res != VK_SUCCESS) {
|
||||
ELOG("Failed to create vulkan context: %s", g_Vulkan->InitError().c_str());
|
||||
System_SendMessage("toast", "No Vulkan compatible device found. Using OpenGL instead.");
|
||||
VulkanSetAvailable(false);
|
||||
delete g_Vulkan;
|
||||
g_Vulkan = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue