https://bugs.winehq.org/show_bug.cgi?id=53038
--- Comment #4 from Jactry Zeng jactry92@gmail.com --- (In reply to Ozan Türkyılmaz from comment #3)
I finished git bisect finally. 182feddd4b02e83f3c69863bc2e6e63945eb2df1 is the first bad commit commit 182feddd4b02e83f3c69863bc2e6e63945eb2df1 Author: Jactry Zeng jzeng@codeweavers.com Date: Wed May 11 02:44:21 2022 -0500
dwmapi: Partially implement DwmGetCompositionTimingInfo(). This makes Tencent START cloud game client happy. Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dwmapi/dwmapi_main.c | 8 +++++++- dlls/dwmapi/tests/dwmapi.c | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-)
Thanks for the bisect test! Could you give it a try with the hack in bug 53035 to see if that help?