TextureCache: Support saving cache entries, including EFB copies

This commit is contained in:
Stenzek
2019-06-29 19:27:53 +10:00
parent b26bb0605b
commit 1082468133
10 changed files with 418 additions and 48 deletions

View File

@ -66,9 +66,6 @@ public:
// Wrapper function which pushes the event to the GPU thread.
void DoState(PointerWrap& p);
// Function which handles the real state load/save logic.
void DoStateGPUThread(PointerWrap& p);
protected:
void InitializeShared();
void ShutdownShared();