summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoState.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2023-01-31 18:13:47 +1300
committerScott Mansell <phiren@gmail.com>2023-02-09 18:36:20 +1300
commit2cfc02a1169653566e277a7e23e69fd5eb628434 (patch)
treeaa02397ee668f752b08f45094cee88a37cb58520 /Source/Core/VideoCommon/VideoState.cpp
parent9b5397abdb643b5d40211e71f7a58bb3814c29c4 (diff)
Move m_prev_efb_format into FramebufferManager
Diffstat (limited to 'Source/Core/VideoCommon/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoState.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp
index 45b06e4973..7f005e1474 100644
--- a/Source/Core/VideoCommon/VideoState.cpp
+++ b/Source/Core/VideoCommon/VideoState.cpp
@@ -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");