mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add log message
This commit is contained in:
parent
790fcd2264
commit
e2d8771baf
1 changed files with 1 additions and 0 deletions
1
deps/libui/win32/init.cpp
vendored
1
deps/libui/win32/init.cpp
vendored
|
@ -79,6 +79,7 @@ const char *uiInit(uiInitOptions *o)
|
|||
if (hDefaultCursor == NULL)
|
||||
return ieLastErr("loading default cursor for window classes");
|
||||
|
||||
initerr(ce, L"Initializing initUtilWindow.", GetLastError());
|
||||
ce = initUtilWindow(hDefaultIcon, hDefaultCursor);
|
||||
if (ce != NULL)
|
||||
return initerr(ce, L"GetLastError() ==", GetLastError());
|
||||
|
|
Loading…
Add table
Reference in a new issue