summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-01-14 21:25:33 +0100
committerdegasus <wickmarkus@web.de>2015-01-21 21:22:55 +0100
commitee9d05d67f4d8d2c1f754c0b40f7f54cfbd8d4fd (patch)
tree339eac25c1a843251d02478ee86934c969949f0b /Source/Core/VideoCommon/TextureCacheBase.cpp
parenta353ead3cb489e404ab747b06eab37c7c4b35a08 (diff)
CustomTexture: Use another file name with wildcards
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp
index 684dc56b5e..1159159690 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.cpp
+++ b/Source/Core/VideoCommon/TextureCacheBase.cpp
@@ -476,7 +476,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(const u32 stage)
src_data, texture_size,
&texMem[tlutaddr], palette_size,
width, height,
- texformat
+ texformat, true
);
DumpTexture(entry, basename, 0);
}