summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VideoState.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-10-25 15:53:43 +0000
committerhrydgard <hrydgard@gmail.com>2008-10-25 15:53:43 +0000
commitf77624147d5f4c7271d8b032626b7f6a1d93b817 (patch)
tree486aac93a7116fbb99e116e29ef7d618b74a0247 /Source/Core/VideoCommon/Src/VideoState.cpp
parent681a40dd368e7e0c755e77250afc8be0ee7bf1a9 (diff)
Cachable vertex loaders. Not a very big speedup in itself, but makes it easier to speed up vertex loading in the future.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@960 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VideoState.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VideoState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoState.cpp b/Source/Core/VideoCommon/Src/VideoState.cpp
index 55b7c6f9f7..f1149be7f3 100644
--- a/Source/Core/VideoCommon/Src/VideoState.cpp
+++ b/Source/Core/VideoCommon/Src/VideoState.cpp
@@ -23,8 +23,8 @@
#include "TextureDecoder.h"
#include "Fifo.h"
-static void DoState(PointerWrap &p) {
-
+static void DoState(PointerWrap &p)
+{
// BP Memory
p.Do(bpmem);
// CP Memory