Changeset 105871 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Aug 27, 2024 12:37:53 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164591
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
r105864 r105871 5074 5074 InsertConfigInteger(pCfg, "MonitorCount", cMonitorCount); 5075 5075 5076 BOOL f3DEnabled; 5077 hrc = ptrGraphicsAdapter->IsFeatureEnabled(GraphicsFeature_Acceleration3D, &f3DEnabled); H(); 5076 BOOL f3DEnabled = FALSE; 5077 ptrGraphicsAdapter->IsFeatureEnabled(GraphicsFeature_Acceleration3D, &f3DEnabled); 5078 /* Note: Might return VBOX_E_NOT_SUPPORTED if feature is not supported. */ 5078 5079 InsertConfigInteger(pCfg, "3DEnabled", f3DEnabled); 5079 5080
Note:
See TracChangeset
for help on using the changeset viewer.