VirtualBox

Changeset 68905 in vbox


Ignore:
Timestamp:
Sep 28, 2017 12:07:49 PM (7 years ago)
Author:
vboxsync
Message:

Main/Settings.cpp: The new default for having audio in/out enabled applies to 5.2 and later, otherwise VMs from 5.1 will be interpreted in an incompatible way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r68537 r68905  
    38263826        /* The new default is disabled, before it was enabled by default. */
    38273827        hw.audioAdapter.fEnabled = false;
    3828         /* The new default is disabled, before it was enabled by default. */
     3828    }
     3829    else if (m->sv >= SettingsVersion_v1_17)
     3830    {
     3831        /* Starting with VirtualBox 5.2 the default is disabled, before it was
     3832         * enabled. This needs to matched by AudioAdapter::areDefaultSettings(). */
    38293833        hw.audioAdapter.fEnabledIn = false;
    38303834        /* The new default is disabled, before it was enabled by default. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette