Update release (BlackSkin broken)

This commit is contained in:
vczh
2016-06-13 03:01:45 -07:00
parent bf0f97f1d4
commit fcb61bd585
40 changed files with 486 additions and 127 deletions
+6 -1
View File
@@ -2104,7 +2104,12 @@ ControllerListener
}
}
#if _DEBUG
CHECK_ERROR(d3d11Device, L"Direct2DWindowsNativeControllerListener::NativeWindowCreated(INativeWindow*)#Failed to create Direct3D 11 Device. This error will be skipped under Release mode, but you still need to check your Windows SDK Installation.");
CHECK_ERROR(d3d11Device,
L"Direct2DWindowsNativeControllerListener::NativeWindowCreated(INativeWindow*)#"
L"Failed to create Direct3D 11 Device. "
L"If you are running in Debug mode on Windows 10, please ensure the optional feature [Graphics Tools] is correctly installed. "
L"This error will be skipped in Release mode and GacUI will fallback to use Direct2D 1.0, but you still need to check your Windows SDK Installation."
);
#endif
}