summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2011-02-02 04:40:27 +0000
committerGlenn Rice <glennricster@gmail.com>2011-02-02 04:40:27 +0000
commit8b309e26dc00c354e0fc71fa6ac9b6990f79710a (patch)
tree64ab68ab9dcd2e77f34ab4a07867034eda7493c5 /Source/Core/VideoCommon/Src/TextureCacheBase.cpp
parentebc8f02885eeee26cbd62a0931fd94c141524ea0 (diff)
Remove PluginSpecs.h. Merge the few needed enums from that file into Common.h for now. I am up for suggestions on a better place for those.
Fix frame dumping on linux. Make sure that on screen messages get cleared between games. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7039 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/TextureCacheBase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
index eb6c4c8539..ad487acd18 100644
--- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
@@ -7,8 +7,6 @@
#include "RenderBase.h"
#include "FileUtil.h"
-#include "PluginSpecs.h"
-
#include "TextureCacheBase.h"
#include "Debugger.h"
#include "ConfigManager.h"