mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Add log
This commit is contained in:
parent
e2d8771baf
commit
15b1bb40a4
3
deps/libui/win32/init.cpp
vendored
3
deps/libui/win32/init.cpp
vendored
@ -1,5 +1,6 @@
|
||||
// 6 april 2015
|
||||
#include "uipriv_windows.hpp"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
HINSTANCE hInstance;
|
||||
int nCmdShow;
|
||||
@ -79,7 +80,7 @@ const char *uiInit(uiInitOptions *o)
|
||||
if (hDefaultCursor == NULL)
|
||||
return ieLastErr("loading default cursor for window classes");
|
||||
|
||||
initerr(ce, L"Initializing initUtilWindow.", GetLastError());
|
||||
RARCH_LOG("Initializing initUtilWindow.\n");
|
||||
ce = initUtilWindow(hDefaultIcon, hDefaultCursor);
|
||||
if (ce != NULL)
|
||||
return initerr(ce, L"GetLastError() ==", GetLastError());
|
||||
|
Loading…
x
Reference in New Issue
Block a user