Changeset 37349 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 7, 2011 1:33:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r37168 r37349 474 474 } 475 475 #endif /* VBOX_WITH_VIDEOHWACCEL */ 476 #if 0 477 # ifdef VBOX_WITH_CRHGSMI 476 #ifdef VBOX_WITH_CRHGSMI 478 477 if (mCb3D->isChecked() && m_fWddmModeSupported) 479 478 { 479 # if 0 480 480 uNeedMBytes += VBoxGlobal::required3DWddmOffscreenVideoMemory(m_guestOSType.GetId(), cMonitorsCount) / _1M; 481 481 uNeedMBytes = RT_MAX(uNeedMBytes, 128); 482 482 uNeedMBytes = RT_MIN(uNeedMBytes, 256); 483 # endif 483 484 m_maxVRAMVisible = 256; 484 485 } 485 # endif /* VBOX_WITH_CRHGSMI */ 486 #endif /* 0 */ 486 #endif /* VBOX_WITH_CRHGSMI */ 487 487 488 488 mSlMemory->setWarningHint(1, uNeedMBytes);
Note:
See TracChangeset
for help on using the changeset viewer.