summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/XFMemory.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-10-27 21:38:30 +0000
committerhrydgard <hrydgard@gmail.com>2008-10-27 21:38:30 +0000
commit5129341a9cd08da1f7d004d0f8242f3555844443 (patch)
tree4e4ab1403bb935b3d6d3236afa72405239a8d8b7 /Source/Core/VideoCommon/Src/XFMemory.cpp
parentd35fb4e2b0aedcb494f5769dc6c8e437e306238a (diff)
Aligned all vertex components to 4 byte boundaries - maybe ATI likes that? Renamed and reorganized misc things.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@981 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/XFMemory.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/XFMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/XFMemory.cpp b/Source/Core/VideoCommon/Src/XFMemory.cpp
index 3641d9f65c..44000613c6 100644
--- a/Source/Core/VideoCommon/Src/XFMemory.cpp
+++ b/Source/Core/VideoCommon/Src/XFMemory.cpp
@@ -19,4 +19,4 @@
// STATE_TO_SAVE
XFRegisters xfregs;
-u32 xfmem[XFMEM_SIZE];
+u32 xfmem[XFMEM_SIZE];