Remove the ZTP speedup hack. Also remove useless debugging code, and a presumably outdated workaround (which was commented out).

Fixes issue 6875.
This commit is contained in:
Tony Wasserka
2014-01-15 22:22:28 +01:00
parent 5e5db9fbc6
commit b49c09c36b
5 changed files with 16 additions and 76 deletions

View File

@ -117,7 +117,6 @@ struct VideoConfig
int iPhackvalue[4];
std::string sPhackvalue[2];
float fAspectRatioHackW, fAspectRatioHackH;
bool bZTPSpeedHack; // The Legend of Zelda: Twilight Princess
bool bUseBBox;
bool bEnablePixelLighting;
bool bHackedBufferUpload;