From 8254e127ec441bd93e6a4cdd37fef4bf9eb6205d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 8 Mar 2014 05:18:05 +0100 Subject: [PATCH] Rename d3d9_p.cpp to gfx/context/d3d_ctx.c --- gfx/{d3d9/d3d9_pc.cpp => context/d3d_ctx.c} | 5 ++--- griffin/griffin.c | 2 +- msvc/msvc-2010/RetroArch-msvc2010.vcxproj | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) rename gfx/{d3d9/d3d9_pc.cpp => context/d3d_ctx.c} (99%) diff --git a/gfx/d3d9/d3d9_pc.cpp b/gfx/context/d3d_ctx.c similarity index 99% rename from gfx/d3d9/d3d9_pc.cpp rename to gfx/context/d3d_ctx.c index e7b56aafbb..01e6c2437a 100644 --- a/gfx/d3d9/d3d9_pc.cpp +++ b/gfx/context/d3d_ctx.c @@ -15,12 +15,11 @@ * If not, see . */ - #ifdef _XBOX #include "../../xdk/xdk_d3d.h" #else -#include "d3d9.hpp" -#include "../context/win32_common.h" +#include "../d3d9/d3d9.hpp" +#include "win32_common.h" #endif #include "../gfx_common.h" diff --git a/griffin/griffin.c b/griffin/griffin.c index 11810dae77..bcc37fb681 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -100,7 +100,7 @@ VIDEO CONTEXT #if defined(__CELLOS_LV2__) #include "../gfx/context/ps3_ctx.c" #elif defined(_XBOX) -#include "../gfx/d3d9/d3d9_pc.cpp" +#include "../gfx/context/d3d_ctx.c" #elif defined(ANDROID) #include "../gfx/context/androidegl_ctx.c" #elif defined(__BLACKBERRY_QNX__) diff --git a/msvc/msvc-2010/RetroArch-msvc2010.vcxproj b/msvc/msvc-2010/RetroArch-msvc2010.vcxproj index 3be4fb6ce6..2eb2ea684a 100644 --- a/msvc/msvc-2010/RetroArch-msvc2010.vcxproj +++ b/msvc/msvc-2010/RetroArch-msvc2010.vcxproj @@ -225,7 +225,7 @@ - +