From ffbaef13b998874747247b5f2766a8ac839abd53 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Nov 2015 22:29:27 +0100 Subject: [PATCH] driver->threaded_video never used - buildfix for Windows --- driver.h | 1 - gfx/d3d/render_chain_cg.cpp | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/driver.h b/driver.h index 7bb9ce46dc..8de16dae14 100644 --- a/driver.h +++ b/driver.h @@ -226,7 +226,6 @@ typedef struct driver menu_handle_t *menu; const menu_ctx_driver_t *menu_ctx; #endif - bool threaded_video; /* If set during context deinit, the driver should keep * graphics context alive to avoid having to reset all diff --git a/gfx/d3d/render_chain_cg.cpp b/gfx/d3d/render_chain_cg.cpp index 01c4517c73..7f23a30ba1 100644 --- a/gfx/d3d/render_chain_cg.cpp +++ b/gfx/d3d/render_chain_cg.cpp @@ -16,6 +16,8 @@ */ #include +#include + #include #include