mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17: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
|
@ -11,6 +11,7 @@
|
|||
#include "VideoCommon/VertexManagerBase.h"
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
#include "VideoCommon/VideoCommon.h"
|
||||
#include "VideoCommon/VideoState.h"
|
||||
|
||||
AsyncRequests AsyncRequests::s_singleton;
|
||||
|
||||
|
@ -156,7 +157,7 @@ void AsyncRequests::HandleEvent(const AsyncRequests::Event& e)
|
|||
break;
|
||||
|
||||
case Event::DO_SAVE_STATE:
|
||||
g_video_backend->DoStateGPUThread(*e.do_save_state.p);
|
||||
VideoCommon_DoState(*e.do_save_state.p);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue