From ee9d05d67f4d8d2c1f754c0b40f7f54cfbd8d4fd Mon Sep 17 00:00:00 2001 From: degasus Date: Wed, 14 Jan 2015 21:25:33 +0100 Subject: CustomTexture: Use another file name with wildcards --- Source/Core/VideoCommon/TextureCacheBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp') 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); } -- cgit v1.2.3