diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-24 18:50:51 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-24 18:50:51 +0000 |
| commit | c0c6fc9e6daa10a5a30e4dfb3444d29a0baf482c (patch) | |
| tree | 3d54352ddf3fdefb3a4e16fc65d73e609d296e97 /Source/Core/VideoCommon | |
| parent | 23665a7b9366a567357ebaaec7ebf73a6735da8b (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.cpp | 3 |
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;
|
