mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
make samplercache global and call constructor/destructor
This commit is contained in:
parent
4883fa268f
commit
9bc8d6e02b
4 changed files with 10 additions and 6 deletions
|
@ -73,6 +73,8 @@ private:
|
|||
int m_last_max_anisotropy;
|
||||
};
|
||||
|
||||
extern SamplerCache *g_sampler_cache;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue