mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05: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