Changeset 76985 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 25, 2019 11:42:07 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r76711 r76985 3823 3823 InsertConfigInteger(pCfg, "VMSVGAEnabled", true); 3824 3824 if (enmGraphicsController == GraphicsControllerType_VMSVGA) 3825 { 3826 InsertConfigInteger(pCfg, "VMSVGAPciBarLayout", true); 3825 3827 InsertConfigInteger(pCfg, "VMSVGAPciId", true); 3828 } 3826 3829 #ifdef VBOX_WITH_VMSVGA3D 3827 3830 InsertConfigInteger(pCfg, "VMSVGA3dEnabled", f3DEnabled);
Note:
See TracChangeset
for help on using the changeset viewer.