summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2011-01-27 21:57:36 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2011-01-27 21:57:36 +0000
commit955e3abe9e132786646fd9c4d5575ac0ff35c149 (patch)
tree943bf3ffc613b529f7c4b02f4963b9c78f4d9505 /Source/Core/VideoCommon/Src/TextureCacheBase.cpp
parent0b90f720735c6596d8acc11d7fe5105b31b6313f (diff)
Clean out the long since bit-rotted video profiling code.
Profiler.{cpp,h} also happened to be the only dupliated filenames left in Source, the absence of which should make link-time optimization easier to get working. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6935 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/TextureCacheBase.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
index 4b6081c61c..c61f1a9f2c 100644
--- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
@@ -6,7 +6,6 @@
#include "HiresTextures.h"
#include "RenderBase.h"
#include "FileUtil.h"
-#include "Profiler.h"
#include "PluginSpecs.h"
@@ -412,8 +411,6 @@ return_entry:
void TextureCache::CopyRenderTargetToTexture(u32 address, bool bFromZBuffer,
bool bIsIntensityFmt, u32 copyfmt, bool bScaleByHalf, const EFBRectangle &source_rect)
{
- DVSTARTPROFILE();
-
float colmat[28] = {0};
float *const fConstAdd = colmat + 16;
float *const ColorMask = colmat + 20;