mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
VideoCommon: De-globalize PixelShaderManager class.
This commit is contained in:
parent
529909fe90
commit
725bd64ec2
22 changed files with 197 additions and 133 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue