forked from dolphin-emu/dolphin
TextureCache: Remove unsafe texture cache
This commit is contained in:
@@ -38,9 +38,6 @@ public:
|
||||
// used to delete textures which haven't been used for TEXTURE_KILL_THRESHOLD frames
|
||||
int frameCount;
|
||||
|
||||
// deprecated members
|
||||
u32 oldpixel;
|
||||
|
||||
|
||||
void SetGeneralParameters(u32 addr, u32 size, u32 format, unsigned int num_mipmaps)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user