summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpcodeDecoding.h
diff options
context:
space:
mode:
authordonkopunchstania <donkopunchstania@gmail.com>2011-03-27 02:55:08 +0000
committerdonkopunchstania <donkopunchstania@gmail.com>2011-03-27 02:55:08 +0000
commit07c4da6084e6d87cf25f87868da10c068721c19f (patch)
tree5fbbd3476f80cfdb891e8c1f2cbeac86ec85c8b5 /Source/Core/VideoCommon/Src/OpcodeDecoding.h
parentf8037e3ccf7723c2c02f7cfae74128561e304727 (diff)
Add graphics FIFO recorder and player for debugging the graphics system.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7414 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/Src/OpcodeDecoding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.h b/Source/Core/VideoCommon/Src/OpcodeDecoding.h
index 9989f0fd24..f2e9cd1321 100644
--- a/Source/Core/VideoCommon/Src/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.h
@@ -45,6 +45,9 @@
#define GX_DRAW_LINE_STRIP 0x6 // 0xB0
#define GX_DRAW_POINTS 0x7 // 0xB8
#define GX_DRAW_NONE 0x1; //Tis is a fake value to used in the backends
+
+extern bool g_bRecordFifoData;
+
void OpcodeDecoder_Init();
void OpcodeDecoder_Shutdown();
void OpcodeDecoder_Run(bool skipped_frame);