diff options
Diffstat (limited to 'Source/Core/VideoCommon/Src/XFMemory.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/XFMemory.cpp | 4 |
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 |
