VirtualBox

Changeset 89124 in vbox


Ignore:
Timestamp:
May 17, 2021 11:18:45 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144465
Message:

Devices/Graphics: Fixed regression from r144462 on darwin when loading state w/o 3D enabled. bugref:9830

File:
1 edited

Legend:

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

    r89122 r89124  
    55675567
    55685568#  ifdef RT_OS_DARWIN  /** @todo r=bird: this is normally done on the EMT, so for DARWIN we do that when loading saved state too now. See DevVGA-SVGA3d-shared.h. */
    5569     pSVGAState->pFuncs3D->pfnPowerOn(pDevIns, pThis, pThisCC);
     5569    if (pThis->svga.f3DEnabled)
     5570        pSVGAState->pFuncs3D->pfnPowerOn(pDevIns, pThis, pThisCC);
    55705571#  endif
    55715572
Note: See TracChangeset for help on using the changeset viewer.

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