Changeset 95742 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jul 20, 2022 9:31:39 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r95739 r95742 6293 6293 static void vmsvgaR3GetCaps(PVGASTATE pThis, PVGASTATECC pThisCC, uint32_t *pu32DeviceCaps, uint32_t *pu32FIFOCaps) 6294 6294 { 6295 #ifndef VBOX_WITH_VMSVGA3D 6296 RT_NOREF(pThisCC); 6297 #endif 6298 6295 6299 /* Device caps. */ 6296 6300 *pu32DeviceCaps = SVGA_CAP_GMR
Note:
See TracChangeset
for help on using the changeset viewer.