VirtualBox

Changeset 95601 in vbox


Ignore:
Timestamp:
Jul 12, 2022 4:56:46 AM (2 years ago)
Author:
vboxsync
Message:

Devices/Graphics: enabled VGPU10 by default. bugref:9830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r95513 r95601  
    64806480    Log(("VMSVGA: VMSVGAEnabled   = %d\n", pThis->fVMSVGAEnabled));
    64816481
    6482     rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "VMSVGA10", &pThis->fVMSVGA10, false);
     6482    rc = pHlp->pfnCFGMQueryBoolDef(pCfg, "VMSVGA10", &pThis->fVMSVGA10, true);
    64836483    AssertLogRelRCReturn(rc, rc);
    64846484    Log(("VMSVGA: VMSVGA10        = %d\n", pThis->fVMSVGA10));
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