Changeset 104845 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 5, 2024 2:05:16 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
r104779 r104845 5083 5083 # else 5084 5084 LogRel(("VMSVGA3d not available in this build!\n")); 5085 # endif /* VBOX_WITH_VMSVGA3D */5085 # endif 5086 5086 5087 5087 InsertConfigInteger(pCfg, "VmSvga3", fForceVmSvga3); … … 5090 5090 #else 5091 5091 RT_NOREF(enmGraphicsController, fForceVmSvga3, fExposeLegacyVga); 5092 #endif /* VBOX_WITH_VMSVGA */5092 #endif /* !VBOX_WITH_VMSVGA */ 5093 5093 5094 5094 /* Custom VESA mode list */
Note:
See TracChangeset
for help on using the changeset viewer.