Changeset 89124 in vbox
- Timestamp:
- May 17, 2021 11:18:45 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144465
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r89122 r89124 5567 5567 5568 5568 # 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); 5570 5571 # endif 5571 5572
Note:
See TracChangeset
for help on using the changeset viewer.