summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-24 18:50:51 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-24 18:50:51 +0000
commitc0c6fc9e6daa10a5a30e4dfb3444d29a0baf482c (patch)
tree3d54352ddf3fdefb3a4e16fc65d73e609d296e97 /Source/Core/VideoCommon
parent23665a7b9366a567357ebaaec7ebf73a6735da8b (diff)
Ok, part 2/2 of the symbol code rewrite. You can now create and use function signature files. A monkey ball signature file included. Now to add some cooler features...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@294 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/Fifo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/Fifo.cpp b/Source/Core/VideoCommon/Src/Fifo.cpp
index 94577f9d70..7b407a934b 100644
--- a/Source/Core/VideoCommon/Src/Fifo.cpp
+++ b/Source/Core/VideoCommon/Src/Fifo.cpp
@@ -26,8 +26,9 @@
#define FIFO_SIZE (1024*1024)
-// STATE_TO_SAVE
FifoReader fifo;
+
+// STATE_TO_SAVE
static u8 *videoBuffer;
static int size = 0;
static int readptr = 0;