diff options
Diffstat (limited to 'Source/Core/VideoCommon/XFMemory.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/XFMemory.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/XFMemory.cpp b/Source/Core/VideoCommon/XFMemory.cpp new file mode 100644 index 0000000000..139cc35940 --- /dev/null +++ b/Source/Core/VideoCommon/XFMemory.cpp @@ -0,0 +1,9 @@ +// Copyright 2013 Dolphin Emulator Project +// Licensed under GPLv2 +// Refer to the license.txt file included. + +#include "XFMemory.h" + +// STATE_TO_SAVE +XFRegisters xfregs; +u32 xfmem[XFMEM_SIZE]; |
