diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-10-31 12:39:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 12:39:27 +0100 |
| commit | d5ca153c26a9eae2084a3ff8d4a8d5cd1acf56ac (patch) | |
| tree | 5c888bea55127f46f2eb9c9fc7f3e79a588a4343 /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 22779473bcfcb7f90f512606c0f584f0db450ba5 (diff) | |
| parent | 1081497cad9c70c5b66552e20bbc00657a05f0e5 (diff) | |
Merge pull request #4401 from JosJuice/rename-getuniqueid
DiscIO/SConfig: Rename GetUniqueID to GetGameID
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index 0f8a39b341..05546f940e 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -446,7 +446,7 @@ TextureCacheBase::DoPartialTextureUpdates(TexCache::iterator iter_t, u8* palette void TextureCacheBase::DumpTexture(TCacheEntryBase* entry, std::string basename, unsigned int level) { - std::string szDir = File::GetUserPath(D_DUMPTEXTURES_IDX) + SConfig::GetInstance().m_strUniqueID; + std::string szDir = File::GetUserPath(D_DUMPTEXTURES_IDX) + SConfig::GetInstance().m_strGameID; // make sure that the directory exists if (!File::Exists(szDir) || !File::IsDirectory(szDir)) |
