mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Forgive freq. changed tex if they mend their ways.
This commit is contained in:
parent
99c8319f15
commit
0620c6edc7
@ -1209,6 +1209,7 @@ void TextureCache::SetTexture(bool force) {
|
||||
if (g_Config.bTextureBackoffCache) {
|
||||
entry->SetHashStatus(TexCacheEntry::STATUS_HASHING);
|
||||
}
|
||||
entry->status &= ~TexCacheEntry::STATUS_CHANGE_FREQUENT;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user