mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VideoCommon/PixelEngine: Refactor to class, move to Core::System.
This commit is contained in:
parent
82e87cf7b9
commit
ec8aaf1f30
10 changed files with 275 additions and 228 deletions
|
@ -68,7 +68,7 @@ void VideoCommon_DoState(PointerWrap& p)
|
|||
command_processor.DoState(p);
|
||||
p.DoMarker("CommandProcessor");
|
||||
|
||||
PixelEngine::DoState(p);
|
||||
system.GetPixelEngine().DoState(p);
|
||||
p.DoMarker("PixelEngine");
|
||||
|
||||
// the old way of replaying current bpmem as writes to push side effects to pixel shader manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue