From 24839df20110a03be8acf457b6cfe5ab0401df75 Mon Sep 17 00:00:00 2001 From: winesync Date: Thu, 14 Sep 2023 08:23:44 -0700 Subject: [PATCH] [WINESYNC] wined3d: Implement updating swap interval through wined3d_swapchain_present(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on a patch by Michael Müller. Signed-off-by: Józef Kucia Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard wine commit id 6aeb444e4ca7f8e60c503858bc52e4a75b150f7a by Józef Kucia --- dll/directx/wine/wined3d/swapchain.c | 2 +- sdk/tools/winesync/wined3d.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/directx/wine/wined3d/swapchain.c b/dll/directx/wine/wined3d/swapchain.c index c1e4441e3576b..01ea4808ef786 100644 --- a/dll/directx/wine/wined3d/swapchain.c +++ b/dll/directx/wine/wined3d/swapchain.c @@ -168,7 +168,7 @@ HRESULT CDECL wined3d_swapchain_present(struct wined3d_swapchain *swapchain, if (!swapchain->back_buffers) { - WARN("Swapchain doesn't have a backbuffer, returning WINED3DERR_INVALIDCALL\n"); + WARN("Swapchain doesn't have a backbuffer, returning WINED3DERR_INVALIDCALL.\n"); return WINED3DERR_INVALIDCALL; } diff --git a/sdk/tools/winesync/wined3d.cfg b/sdk/tools/winesync/wined3d.cfg index 57ed4f4836001..8facc2b7fca5e 100644 --- a/sdk/tools/winesync/wined3d.cfg +++ b/sdk/tools/winesync/wined3d.cfg @@ -3,4 +3,4 @@ directories: files: include/wine/wined3d.h: sdk/include/reactos/wine/wined3d.h tags: - wine: 9d2f4cdbdd5db84cc67e7d6c032c7df0cd5bc0f4 + wine: 6aeb444e4ca7f8e60c503858bc52e4a75b150f7a