mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
Convert d3d_ctx.cpp to C
This commit is contained in:
@@ -312,6 +312,7 @@ VIDEO DRIVER
|
||||
#if defined(HAVE_D3D)
|
||||
#include "../gfx/common/d3d_common.c"
|
||||
#include "../gfx/drivers/d3d.c"
|
||||
#include "../gfx/drivers_context/d3d_ctx.c"
|
||||
#endif
|
||||
|
||||
#if defined(GEKKO)
|
||||
|
||||
@@ -106,7 +106,6 @@ VIDEO CONTEXT
|
||||
============================================================ */
|
||||
|
||||
#if defined(HAVE_D3D)
|
||||
#include "../gfx/drivers_context/d3d_ctx.cpp"
|
||||
|
||||
#ifdef HAVE_HLSL
|
||||
#include "../gfx/drivers_shader/shader_hlsl.cpp"
|
||||
|
||||
Reference in New Issue
Block a user