mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
make samplercache global and call constructor/destructor
This commit is contained in:
@ -73,6 +73,8 @@ private:
|
||||
int m_last_max_anisotropy;
|
||||
};
|
||||
|
||||
extern SamplerCache *g_sampler_cache;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user