From 725bd64ec294b23242b721fc5a9b9907f807858b Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Tue, 27 Dec 2022 17:42:02 +0100 Subject: VideoCommon: De-globalize PixelShaderManager class. --- Source/Core/VideoCommon/VideoState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/VideoState.cpp') diff --git a/Source/Core/VideoCommon/VideoState.cpp b/Source/Core/VideoCommon/VideoState.cpp index 2f2c7a256e..20af9c9f2b 100644 --- a/Source/Core/VideoCommon/VideoState.cpp +++ b/Source/Core/VideoCommon/VideoState.cpp @@ -73,7 +73,7 @@ void VideoCommon_DoState(PointerWrap& p) // the old way of replaying current bpmem as writes to push side effects to pixel shader manager // doesn't really work. - PixelShaderManager::DoState(p); + system.GetPixelShaderManager().DoState(p); p.DoMarker("PixelShaderManager"); VertexShaderManager::DoState(p); -- cgit v1.2.3