Add documentation to PerfQueryBase interface.

Remove the config field for perf queries (wasn't used for the new interface anyway).
Few other cleanups.
This commit is contained in:
NeoBrainX
2013-03-01 23:02:11 +01:00
parent 5a7bb2abfa
commit 4058b4c38a
7 changed files with 20 additions and 16 deletions

View File

@ -115,7 +115,7 @@ struct VideoConfig
int iAnaglyphStereoSeparation;
int iAnaglyphFocalAngle;
bool b3DVision;
// Hacks
bool bEFBAccessEnable;
bool bDlistCachingEnable;
@ -133,7 +133,6 @@ struct VideoConfig
bool bZTPSpeedHack; // The Legend of Zelda: Twilight Princess
bool bUseBBox;
bool bEnablePixelLighting;
bool bDisablePixelPerf;
int iLog; // CONF_ bits
int iSaveTargetId; // TODO: Should be dropped