Android: Remove the popup message when falling back to OpenGL. Fixes #12284 .

This commit is contained in:
Henrik Rydgård 2019-09-02 20:02:40 +02:00
parent 6ae18c27f4
commit 57c6ab7206

View file

@ -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;