Skip to content

Commit d5464c7

Browse files
committed
chore(packaging): bump ZakoVDD pin v0.14 -> 0.14.3 (adds producer shared-texture)
v0.14 only ships the IddCx output side, not the producer-side shared texture mappings. Sunshine vdd backend then logs 'no valid VDD producer found' at session start and aborts with 'Failed to create display'. 0.14.3 adds the [VddExport] producer (CreateSharedHandle + KeyedMutex + event + file mapping per monitor), which is what display_vdd.cpp expects.
1 parent 64d967a commit d5464c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/packaging/FetchDriverDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ option(FETCH_DRIVER_DEPS "Download driver dependencies from GitHub Releases" ON)
2525

2626
# Version pins
2727
set(VMOUSE_DRIVER_VERSION "v1.2.0" CACHE STRING "ZakoVirtualMouse driver version tag")
28-
set(VDD_DRIVER_VERSION "v0.14" CACHE STRING "ZakoVDD driver version tag")
28+
set(VDD_DRIVER_VERSION "0.14.3" CACHE STRING "ZakoVDD driver version tag")
2929
set(NEFCON_VERSION "v1.10.0" CACHE STRING "nefcon version tag")
3030

3131
# Repositories

0 commit comments

Comments
 (0)