TextureCacheBase: Change CacheLinesPerRow to BytesPerRow

This commit is contained in:
Lioncash
2015-10-19 12:00:29 -04:00
parent dddc834c14
commit c28e3affc5
4 changed files with 23 additions and 20 deletions

View File

@ -111,7 +111,7 @@ public:
bool IsEfbCopy() const { return is_efb_copy; }
u32 NumBlocksY() const;
u32 CacheLinesPerRow() const;
u32 BytesPerRow() const;
void Zero(u8* ptr);