mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
TextureCacheBase: Small bugfix
Added documentation for hybrid EFB copy stuff
This commit is contained in:
parent
5239ba88c9
commit
67129404dd
2 changed files with 39 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue