General: Apply the const specifier where applicable

This commit is contained in:
Lioncash
2015-04-15 00:38:21 -04:00
parent 7506c386cf
commit b0613bb1c8
39 changed files with 75 additions and 75 deletions

View File

@ -95,7 +95,7 @@ public:
bool OverlapsMemoryRange(u32 range_address, u32 range_size) const;
bool IsEfbCopy() { return is_efb_copy; }
bool IsEfbCopy() const { return is_efb_copy; }
};
virtual ~TextureCache(); // needs virtual for DX11 dtor