mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-14 19:08:08 +00:00
Vulkan: Tweak init error logging on Android.
This commit is contained in:
parent
6ac166b05f
commit
86b3d4e6d9
@ -257,6 +257,7 @@ bool AndroidVulkanContext::Init(ANativeWindow *wnd, int desiredBackbufferSizeX,
|
||||
|
||||
ILOG("Creating vulkan device");
|
||||
if (g_Vulkan->CreateDevice(0) != VK_SUCCESS) {
|
||||
ILOG("Failed to create vulkan device: %s", g_Vulkan->InitError().c_str());
|
||||
return false;
|
||||
}
|
||||
int width = desiredBackbufferSizeX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user