mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Video backends: mass-replace "xfregs" with "xfmem".
This commit is contained in:
@@ -30,7 +30,7 @@ static void DoState(PointerWrap &p)
|
||||
p.DoMarker("CP Memory");
|
||||
|
||||
// XF Memory
|
||||
p.Do(xfregs);
|
||||
p.Do(xfmem);
|
||||
p.DoMarker("XF Memory");
|
||||
|
||||
// Texture decoder
|
||||
|
||||
Reference in New Issue
Block a user