TextureCacheBase: Small bugfix

Added documentation for hybrid EFB copy stuff
This commit is contained in:
NeoBrainX
2011-12-26 23:14:12 +01:00
committed by NeoBrainX
parent 5239ba88c9
commit 67129404dd
2 changed files with 39 additions and 11 deletions

View File

@ -33,7 +33,7 @@ public:
// EFB copies
bool isRenderTarget; // copied from EFB
bool isDynamic; // Used for hybrid EFB copies to enable checks for CPU modifications
bool isDynamic; // Used for hybrid EFB copies to enable checks for CPU modifications, see CopyFromRenderTarget for details
// used to delete textures which haven't been used for TEXTURE_KILL_THRESHOLD frames
int frameCount;