mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
TextureCacheBase: Change CacheLinesPerRow to BytesPerRow
This commit is contained in:
parent
dddc834c14
commit
c28e3affc5
4 changed files with 23 additions and 20 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue