Changeset 105965 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 5, 2024 6:50:38 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164705
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
r105871 r105965 5075 5075 5076 5076 BOOL f3DEnabled = FALSE; 5077 ptrGraphicsAdapter->IsFeatureEnabled(GraphicsFeature_Acceleration3D, &f3DEnabled); 5078 /* Note: Might return VBOX_E_NOT_SUPPORTED if feature is not supported. */ 5077 hrc = ptrGraphicsAdapter->IsFeatureEnabled(GraphicsFeature_Acceleration3D, &f3DEnabled); H(); 5079 5078 InsertConfigInteger(pCfg, "3DEnabled", f3DEnabled); 5080 5079
Note:
See TracChangeset
for help on using the changeset viewer.