mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Video backends: unify xfregs/xfmem structures.
Removes the duplicate swxfregs global variable/struct from the software backend in favor of the ones from VideoCommon.
This commit is contained in:
parent
fee6efc4dc
commit
818c89313e
16 changed files with 123 additions and 158 deletions
|
@ -115,7 +115,8 @@ void VideoSoftware::DoState(PointerWrap& p)
|
|||
EfbInterface::DoState(p);
|
||||
OpcodeDecoder::DoState(p);
|
||||
Clipper::DoState(p);
|
||||
p.Do(swxfregs);
|
||||
p.Do(xfmem);
|
||||
p.Do(xfregs);
|
||||
p.Do(bpmem);
|
||||
p.DoPOD(swstats);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue