From 41d2ebf8b56dca7a53a9cf5896a338809e9c20c9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 May 2018 00:16:20 +0200 Subject: [PATCH] Apparently not available --- gfx/drivers/d3d11.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/drivers/d3d11.c b/gfx/drivers/d3d11.c index ef8468e301..3a96048a38 100644 --- a/gfx/drivers/d3d11.c +++ b/gfx/drivers/d3d11.c @@ -632,7 +632,9 @@ d3d11_gfx_init(const video_info_t* video, const input_driver_t** input, void** i desc.OutputWindow = main_window.hwnd; desc.SampleDesc.Count = 1; desc.SampleDesc.Quality = 0; +#if 0 desc.Scaling = DXGI_SCALING_STRETCH; +#endif desc.Windowed = TRUE; #if defined(WINAPI_FAMILY) && (WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP) /* On phone, no swap effects are supported. */