mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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