mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
TextureCacheBase: Change CacheLinesPerRow to BytesPerRow
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user