mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Video backends: mass-replace "xfregs" with "xfmem".
This commit is contained in:
@ -115,7 +115,7 @@ void VideoSoftware::DoState(PointerWrap& p)
|
||||
EfbInterface::DoState(p);
|
||||
OpcodeDecoder::DoState(p);
|
||||
Clipper::DoState(p);
|
||||
p.Do(xfregs);
|
||||
p.Do(xfmem);
|
||||
p.Do(bpmem);
|
||||
p.DoPOD(swstats);
|
||||
|
||||
|
Reference in New Issue
Block a user