summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@gmail.com>2012-05-22 08:14:33 +0200
committerNeoBrainX <NeoBrainX@gmail.com>2012-05-22 08:14:49 +0200
commit4131ca8d386eb37533eb2863214bbc76de67e389 (patch)
tree35e15f462a9cb581fb6ccb91f948432470dbf997 /Source/Core/VideoCommon/Src/VertexManagerBase.cpp
parent1bc5f41e40e604ef6c1d1e84617c13fdf40e04d1 (diff)
parent54aeec7a8ff6b6e5d050637b6cce8df6d9a8b633 (diff)
Merge branch 'hires-tex-improvements'
Diffstat (limited to 'Source/Core/VideoCommon/Src/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VertexManagerBase.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Core/VideoCommon/Src/VertexManagerBase.cpp b/Source/Core/VideoCommon/Src/VertexManagerBase.cpp
index 004b0f3cca..d66da30273 100644
--- a/Source/Core/VideoCommon/Src/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/Src/VertexManagerBase.cpp
@@ -243,15 +243,6 @@ void VertexManager::Flush()
{
// 0s are probably for no manual wrapping needed.
PixelShaderManager::SetTexDims(i, tentry->nativeW, tentry->nativeH, 0, 0);
-
- // TODO:
- //if (g_ActiveConfig.iLog & CONF_SAVETEXTURES)
- //{
- // // save the textures
- // char strfile[255];
- // sprintf(strfile, "%stex%.3d_%d.tga", File::GetUserPath(D_DUMPFRAMES_IDX).c_str(), g_Config.iSaveTargetId, i);
- // SaveTexture(strfile, GL_TEXTURE_2D, tentry->texture, tentry->w, tentry->h);
- //}
}
else
ERROR_LOG(VIDEO, "error loading texture");