mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 03:47:07 -05:00
VideoCommon: rename TextureCache to TextureCacheBase
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace DX11
|
||||
{
|
||||
|
||||
class TextureCache : public ::TextureCache
|
||||
class TextureCache : public TextureCacheBase
|
||||
{
|
||||
public:
|
||||
TextureCache();
|
||||
|
||||
Reference in New Issue
Block a user