File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147147- Removed: ` session-updates ` subscription
148148- Deprecated: ` serverinfo/subscribe `
149149 - Use ` subscribe ` / ` unsubscribe ` subcommands instead
150+ - Deprecated: DirectX grabber in favour of the new DXGI DDA grabber
150151
151152## [ 2.0.16] ( https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.16 ) - 2024-01
152153
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ if("${PLATFORM}" MATCHES "osx")
205205
206206elseif ("${PLATFORM} " MATCHES "windows" )
207207 if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "i386|i686|amd64|x86_64|AMD64" )
208- set (DEFAULT_DX ON )
208+ set (DEFAULT_DX OFF )
209209 endif ()
210210elseif ("${PLATFORM} " MATCHES "rpi" )
211211 set (DEFAULT_DISPMANX ON )
You can’t perform that action at this time.
0 commit comments