mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-01 00:50:25 -05:00
HiresTextures: Remove unused variable
This commit is contained in:
parent
c19903e0fe
commit
4c79aa8216
|
|
@ -79,7 +79,6 @@ void HiresTexture::Update()
|
|||
s_textureCache.clear();
|
||||
}
|
||||
|
||||
std::vector<std::string> Directories;
|
||||
const std::string& gameCode = SConfig::GetInstance().m_strUniqueID;
|
||||
|
||||
std::string szDir = StringFromFormat("%s%s", File::GetUserPath(D_HIRESTEXTURES_IDX).c_str(), gameCode.c_str());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user