From d6ec1fd84eb5e59e2f0271aac4278229a021f75d Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 10 Jul 2020 14:46:44 +1000 Subject: [PATCH] Build fix --- src/frontend-common/d3d11_host_display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend-common/d3d11_host_display.h b/src/frontend-common/d3d11_host_display.h index 4ce4bba34..b10d8ed15 100644 --- a/src/frontend-common/d3d11_host_display.h +++ b/src/frontend-common/d3d11_host_display.h @@ -107,7 +107,7 @@ protected: D3D11::StreamBuffer m_display_uniform_buffer; D3D11::AutoStagingTexture m_readback_staging_texture; -#ifdef LIBRETRO +#ifndef LIBRETRO bool m_allow_tearing_supported = false; bool m_using_flip_model_swap_chain = true; bool m_using_allow_tearing = false;