summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/XFMemory.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-07-18 19:33:55 +0000
committerhrydgard <hrydgard@gmail.com>2008-07-18 19:33:55 +0000
commitb3c55018a62376f8ba5906803d0eff7558cd5c66 (patch)
tree8a06abfbb7f226200b1e2095da69aa1d2f3e00c7 /Source/Core/VideoCommon/Src/XFMemory.cpp
parentca13c5485589349c105cb289e8be24b414304178 (diff)
More common things moved out from the GFX plugins. No visible changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@27 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/XFMemory.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/XFMemory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/XFMemory.cpp b/Source/Core/VideoCommon/Src/XFMemory.cpp
new file mode 100644
index 0000000000..bf8c95dc0f
--- /dev/null
+++ b/Source/Core/VideoCommon/Src/XFMemory.cpp
@@ -0,0 +1,4 @@
+#include "XFMemory.h"
+
+XFRegisters xfregs;
+u32 xfmem[XFMEM_SIZE]; \ No newline at end of file