Remove redundant initialization

This commit is contained in:
Filip Gawin
2019-04-30 01:22:24 +02:00
parent 8e1fb126d7
commit c110ffcdaa
17 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1127,7 +1127,7 @@ TextureCacheBase::GetTexture(u32 address, u32 width, u32 height, const TextureFo
entry->memory_stride = entry->BytesPerRow();
entry->SetNotCopy();
std::string basename = "";
std::string basename;
if (g_ActiveConfig.bDumpTextures && !hires_tex)
{
basename = HiresTexture::GenBaseName(src_data, texture_size, &texMem[tlutaddr], palette_size,