Changeset 34497 in vbox for trunk/src/VBox/Main/xml/Settings.cpp
- Timestamp:
- Nov 30, 2010 10:42:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r34244 r34497 4321 4321 { 4322 4322 // VirtualBox 4.0 adds HD audio, CPU priorities, fault tolerance, 4323 // per-machine media registries and VRDE.4323 // per-machine media registries, VRDE and JRockitVE. 4324 4324 if ( hardwareMachine.audioAdapter.controllerType == AudioControllerType_HDA 4325 4325 || hardwareMachine.ulCpuExecutionCap != 100 … … 4332 4332 || mediaRegistry.llFloppyImages.size() 4333 4333 || !hardwareMachine.vrdeSettings.strVrdeExtPack.isEmpty() 4334 || machineUserData.strOsType == "JRockitVE" 4334 4335 ) 4335 4336 m->sv = SettingsVersion_v1_11;
Note:
See TracChangeset
for help on using the changeset viewer.