Changeset 53802 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
- Timestamp:
- Jan 14, 2015 1:47:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r53799 r53802 7490 7490 { 7491 7491 /* If host reports minimal OpenGL capabilities. */ 7492 if (VBoxMpCrGetHostCaps() & CR_VBOX_CAP_ MINIMAL_HOST_CAPS)7492 if (VBoxMpCrGetHostCaps() & CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT) 7493 7493 { 7494 7494 LOGREL(("Host reported minimal OpenGL capabilities. Rolling back."));
Note:
See TracChangeset
for help on using the changeset viewer.