From 2aa004a1ceb693ab39dcbf4e89c90d19385cd5e7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Jul 2017 20:11:38 +0200 Subject: [PATCH] Update with more logs --- deps/libui/win32/init.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/libui/win32/init.cpp b/deps/libui/win32/init.cpp index 9442a045cb..46ce0aaf06 100644 --- a/deps/libui/win32/init.cpp +++ b/deps/libui/win32/init.cpp @@ -83,7 +83,10 @@ const char *uiInit(uiInitOptions *o) RARCH_LOG("Initializing initUtilWindow.\n"); ce = initUtilWindow(hDefaultIcon, hDefaultCursor); if (ce != NULL) + { + RARCH_ERR("Failed initializing util window.\n"); return initerr(ce, L"GetLastError() ==", GetLastError()); + } if (registerWindowClass(hDefaultIcon, hDefaultCursor) == 0) {