diff options
| author | degasus <wickmarkus@web.de> | 2014-01-16 00:26:49 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-01-16 00:26:49 +0100 |
| commit | 331af32038fd0198a5d0498fbbd1dfb5c71f8156 (patch) | |
| tree | 2c4cd9d05cc04f43d0ac4ffe63395c396155d1cd /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | f1adc56a56d111f418cbbaae8372032b79ebad3c (diff) | |
fixup "Remove the ZTP speedup hack"
This fixes revision b49c09c36b67
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPStructs.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 51d4008768..0a06829626 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -21,10 +21,6 @@ using namespace BPFunctions; -static u32 mapTexAddress; -static bool mapTexFound; -static int numWrites; - extern volatile bool g_bSkipCurrentFrame; static const float s_gammaLUT[] = @@ -39,10 +35,6 @@ void BPInit() { memset(&bpmem, 0, sizeof(bpmem)); bpmem.bpMask = 0xFFFFFF; - - mapTexAddress = 0; - numWrites = 0; - mapTexFound = false; } void RenderToXFB(const BPCmd &bp, const EFBRectangle &rc, float yScale, float xfbLines, u32 xfbAddr, const u32 dstWidth, const u32 dstHeight, float gamma) |
