- Timestamp:
- Nov 1, 2016 2:51:50 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111650
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r64508 r64509 567 567 #VBoxDD_DEFS += VBOX_WITH_AUDIO_CALLBACKS 568 568 569 VBOX_WITH_AUDIO_VALIDATIONKIT := 1570 571 569 # Enable Audio Queues implementation for macOS hosts (Core Audio backend). 572 570 VBoxDD_DEFS.darwin += VBOX_WITH_AUDIO_CA_QUEUES -
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r64508 r64509 3089 3089 { 3090 3090 BOOL fSupports3D = VBoxOglIs3DAccelerationSupported(); 3091 fSupports3D = true;3092 3091 if (!fSupports3D) 3093 3092 return VMR3SetError(pUVM, VERR_NOT_AVAILABLE, RT_SRC_POS,
Note:
See TracChangeset
for help on using the changeset viewer.