mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
fix small logging issue
This commit is contained in:
parent
2e8569a472
commit
c4bb588f3b
@ -810,7 +810,7 @@ bool win32_window_create(void *data, unsigned style,
|
|||||||
notification_handler = RegisterDeviceNotification(
|
notification_handler = RegisterDeviceNotification(
|
||||||
main_window.hwnd, ¬ification_filter, DEVICE_NOTIFY_WINDOW_HANDLE);
|
main_window.hwnd, ¬ification_filter, DEVICE_NOTIFY_WINDOW_HANDLE);
|
||||||
|
|
||||||
if (notification_handler)
|
if (!notification_handler)
|
||||||
RARCH_ERR("Error registering for notifications\n");
|
RARCH_ERR("Error registering for notifications\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user