diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-10-25 15:53:43 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-10-25 15:53:43 +0000 |
| commit | f77624147d5f4c7271d8b032626b7f6a1d93b817 (patch) | |
| tree | 486aac93a7116fbb99e116e29ef7d618b74a0247 /Source/Core/VideoCommon/Src/VideoState.cpp | |
| parent | 681a40dd368e7e0c755e77250afc8be0ee7bf1a9 (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.cpp | 4 |
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
|
