mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Move m_prev_efb_format into FramebufferManager
This commit is contained in:
parent
9b5397abdb
commit
2cfc02a116
6 changed files with 7 additions and 31 deletions
|
@ -19,7 +19,6 @@
|
|||
#include "VideoCommon/PixelEngine.h"
|
||||
#include "VideoCommon/PixelShaderManager.h"
|
||||
#include "VideoCommon/Present.h"
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
#include "VideoCommon/TMEM.h"
|
||||
#include "VideoCommon/TextureCacheBase.h"
|
||||
#include "VideoCommon/TextureDecoder.h"
|
||||
|
@ -96,9 +95,6 @@ void VideoCommon_DoState(PointerWrap& p)
|
|||
g_texture_cache->DoState(p);
|
||||
p.DoMarker("TextureCache");
|
||||
|
||||
g_renderer->DoState(p);
|
||||
p.DoMarker("Renderer");
|
||||
|
||||
g_presenter->DoState(p);
|
||||
g_frame_dumper->DoState(p);
|
||||
p.DoMarker("Presenter");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue