mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 18:02:12 +00:00
Update with more logs
This commit is contained in:
parent
344a4099eb
commit
2aa004a1ce
3
deps/libui/win32/init.cpp
vendored
3
deps/libui/win32/init.cpp
vendored
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user