mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06: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