mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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);
|
VkResult res = g_Vulkan->CreateInstance(info);
|
||||||
if (res != VK_SUCCESS) {
|
if (res != VK_SUCCESS) {
|
||||||
ELOG("Failed to create vulkan context: %s", g_Vulkan->InitError().c_str());
|
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);
|
VulkanSetAvailable(false);
|
||||||
delete g_Vulkan;
|
delete g_Vulkan;
|
||||||
g_Vulkan = nullptr;
|
g_Vulkan = nullptr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue