dolphin/Source/Core/VideoCommon/XFMemory.cpp
magumagu 818c89313e Video backends: unify xfregs/xfmem structures.
Removes the duplicate swxfregs global variable/struct from the software
backend in favor of the ones from VideoCommon.
2014-05-16 18:55:30 -07:00

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;