Skip to content

Commit

Permalink
fixup "Remove the ZTP speedup hack"
Browse files Browse the repository at this point in the history
This fixes revision b49c09c
  • Loading branch information
degasus committed Jan 15, 2014
1 parent f1adc56 commit 331af32
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Core/VideoCommon/BPStructs.cpp
Expand Up @@ -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[] =
Expand All @@ -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)
Expand Down

0 comments on commit 331af32

Please sign in to comment.