mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
TexCache: rename OverlapsMemoryRange
This commit is contained in:
parent
dddcea5a9a
commit
774596dbed
2 changed files with 7 additions and 9 deletions
|
@ -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); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue