Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ups missing file for my last commit sorry
  • Loading branch information
Tinob committed Apr 3, 2013
1 parent c4bc20b commit 0c4713a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/Plugins/Plugin_VideoDX9/Src/main.cpp
Expand Up @@ -57,7 +57,6 @@

#include "ConfigManager.h"
#include "VideoBackend.h"
#include "PerfQueryBase.h"

namespace DX9
{
Expand Down Expand Up @@ -178,8 +177,7 @@ void VideoBackend::Video_Prepare()
// internal interfaces
g_vertex_manager = new VertexManager;
g_renderer = new Renderer;
g_texture_cache = new TextureCache;
g_perf_query = new PerfQueryBase;
g_texture_cache = new TextureCache;
// VideoCommon
BPInit();
Fifo_Init();
Expand Down

0 comments on commit 0c4713a

Please sign in to comment.