Revert "Centralize ClearCacheNextFrame"

This reverts commit cbfa4bfc8e.
This commit is contained in:
Lubos
2022-12-02 14:32:27 +01:00
parent cb7131b314
commit b41a782fcd
13 changed files with 30 additions and 1 deletions
+1
View File
@@ -323,6 +323,7 @@ public:
bool SetOffsetTexture(u32 yOffset);
void Invalidate(u32 addr, int size, GPUInvalidationType type);
void InvalidateAll(GPUInvalidationType type);
void ClearNextFrame();
TextureShaderCache *GetTextureShaderCache() { return textureShaderCache_; }