diff --git a/Source/Core/VideoBackends/D3DCommon/SwapChain.h b/Source/Core/VideoBackends/D3DCommon/SwapChain.h index 7d489cc002..afe11a6cab 100644 --- a/Source/Core/VideoBackends/D3DCommon/SwapChain.h +++ b/Source/Core/VideoBackends/D3DCommon/SwapChain.h @@ -62,7 +62,7 @@ protected: Microsoft::WRL::ComPtr m_dxgi_factory; Microsoft::WRL::ComPtr m_swap_chain; Microsoft::WRL::ComPtr m_d3d_device; - const AbstractTextureFormat m_texture_format = AbstractTextureFormat::RGB10_A2; + const AbstractTextureFormat m_texture_format = AbstractTextureFormat::BGRA8; const AbstractTextureFormat m_texture_format_hdr = AbstractTextureFormat::RGBA16F; u32 m_width = 1;