mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 19:00:56 +01:00
818c89313e
Removes the duplicate swxfregs global variable/struct from the software backend in favor of the ones from VideoCommon.
10 lines
199 B
C++
10 lines
199 B
C++
// Copyright 2013 Dolphin Emulator Project
|
|
// Licensed under GPLv2
|
|
// Refer to the license.txt file included.
|
|
|
|
#include "VideoCommon/XFMemory.h"
|
|
|
|
// STATE_TO_SAVE
|
|
XFRegisters xfregs;
|
|
XFMemory xfmem;
|