TexCache: rename OverlapsMemoryRange

This commit is contained in:
degasus
2014-05-16 21:57:14 +02:00
parent dddcea5a9a
commit 774596dbed
2 changed files with 7 additions and 9 deletions

View File

@ -81,7 +81,7 @@ public:
bool isIntensity, bool scaleByHalf, unsigned int cbufid,
const float *colmat) = 0;
int IntersectsMemoryRange(u32 range_address, u32 range_size) const;
bool OverlapsMemoryRange(u32 range_address, u32 range_size) const;
bool IsEfbCopy() { return (type == TCET_EC_VRAM || type == TCET_EC_DYNAMIC); }
};