Aug. 17, 2026
7:34 p.m.
On Mon Aug 17 19:34:34 2026 +0000, Stian Low wrote:
Your's if you want it @alesliehughes If so then you may want to add one line to patch so that no_create_flags=0x800 is default:
``` @@ -129,6 +129,7 @@ struct wined3d_settings wined3d_settings = .max_sm_cs = UINT_MAX, .renderer = WINED3D_RENDERER_AUTO, .shader_backend = WINED3D_SHADER_BACKEND_AUTO, + .no_create_flags = 0x800, }; ``` Fixes many long standing UnityPlayer.dll video bugs until D3D11_CREATE_DEVICE_VIDEO_SUPPORT is fully supported. Unknown to break anything after much testing except one app that could neither be named nor described in any detail to me. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11612#note_149098