mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
TextureCache: Support saving cache entries, including EFB copies
This commit is contained in:
parent
b26bb0605b
commit
1082468133
10 changed files with 418 additions and 48 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue