mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-25 01:05:26 +08:00
Update release (BlackSkin broken)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user