forked from dolphin-emu/dolphin
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:
@@ -6,4 +6,4 @@
|
||||
|
||||
// STATE_TO_SAVE
|
||||
XFRegisters xfregs;
|
||||
u32 xfmem[XFMEM_SIZE];
|
||||
XFMemory xfmem;
|
||||
|
||||
Reference in New Issue
Block a user