https://bugs.winehq.org/show_bug.cgi?id=56070 Sagawa <sagawa.aki+winebugs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Regression SHA1| |215a32d643af4a8e25d4f28c5be | |c76f6e69dca22 --- Comment #1 from Sagawa <sagawa.aki+winebugs(a)gmail.com> --- Git bisect says 215a32d643af4a8e25d4f28c5bec76f6e69dca22 is the first bad commit. commit 215a32d643af4a8e25d4f28c5bec76f6e69dca22 Author: Stefan Dosinger <stefan(a)codeweavers.com> Date: Thu Aug 10 20:39:35 2023 +0300 wined3d: Make wined3d_swapchain_desc in wined3d_swapchain_create const. dlls/wined3d/adapter_gl.c | 2 +- dlls/wined3d/adapter_vk.c | 2 +- dlls/wined3d/directx.c | 2 +- dlls/wined3d/swapchain.c | 36 ++++++++++++++++-------------------- dlls/wined3d/wined3d_private.h | 6 +++--- dlls/wined3d/wined3d_vk.h | 2 +- include/wine/wined3d.h | 2 +- 7 files changed, 24 insertions(+), 28 deletions(-) After the commit, D3DPRESENT_PARAMETERS isn't updated when creating a device. I'm working on this issue. In a few days I will send a merge request. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.