mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
TexCache: unify global variables
This commit is contained in:
parent
774596dbed
commit
6ba613fbd3
2 changed files with 3 additions and 7 deletions
|
@ -27,8 +27,6 @@ public:
|
|||
|
||||
struct TCacheEntryBase
|
||||
{
|
||||
#define TEXHASH_INVALID 0
|
||||
|
||||
// common members
|
||||
u32 addr;
|
||||
u32 size_in_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue