1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

(D3D) Add render_chain_driver.cpp to Makefile.common

This commit is contained in:
twinaphex 2015-04-06 16:55:57 +02:00
parent 5510dc2978
commit b9f94f954d

View File

@ -584,6 +584,7 @@ ifeq ($(HAVE_D3D9), 1)
OBJ += gfx/d3d/d3d.o \
gfx/d3d/render_chain_cg.o \
gfx/d3d/render_chain_null.o \
gfx/d3d/render_chain_driver.o \
gfx/d3d/d3d_wrapper.o \
gfx/drivers_font/d3d_w32_font.o \
gfx/drivers_context/d3d_ctx.o