From d8c824951af16f159be5653d495c90887f6dc9b2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 6 Apr 2015 00:32:57 +0200 Subject: [PATCH] (Makefile.common) Update --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 5afd751391..6efc842b1d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -582,7 +582,7 @@ endif ifeq ($(HAVE_D3D9), 1) OBJ += gfx/d3d/d3d.o \ - gfx/d3d/render_chain.o \ + gfx/d3d/render_chain_cg.o \ gfx/d3d/d3d_wrapper.o \ gfx/drivers_font/d3d_w32_font.o \ gfx/drivers_context/d3d_ctx.o