summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2015-09-08 03:05:47 +1200
committerScott Mansell <phiren@gmail.com>2015-09-22 23:59:16 +1200
commita355d9868e855e0bbba766d6a5550bf88f1defe7 (patch)
treef7c677126c44b93a89b54d1f93e13835ec05003a /Source/Core/VideoCommon/OpcodeDecoding.h
parent3df83e57171bce6b1e43a87b7fa14e90d4ce2639 (diff)
FifoRecorder: Use Video Common to record efb2ram correctly.
Texture updates have been moved into TextureCache, while TMEM updates where moved into bpmem. Code for handling efb2ram updates was added to TextureCache. There was a bug for preloaded RGBA8 textures, it only copied half the texture. The TODO was wrong too.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index ec1b2652e4..a79bf54be2 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -38,8 +38,6 @@
#define GX_DRAW_LINE_STRIP 0x6 // 0xB0
#define GX_DRAW_POINTS 0x7 // 0xB8
-extern bool g_bRecordFifoData;
-
void OpcodeDecoder_Init();
void OpcodeDecoder_Shutdown();