This commit is contained in:
Henrik Rydgard 2018-12-14 16:14:43 +01:00
parent 0fdea30ac3
commit ee88bc79ff
2 changed files with 0 additions and 3 deletions

View File

@ -186,7 +186,6 @@ public:
int iCwCheatRefreshRate; int iCwCheatRefreshRate;
bool bDisableStencilTest; bool bDisableStencilTest;
int iBloomHack; //0 = off, 1 = safe, 2 = balanced, 3 = aggressive int iBloomHack; //0 = off, 1 = safe, 2 = balanced, 3 = aggressive
bool bTimerHack;
bool bBlockTransferGPU; bool bBlockTransferGPU;
bool bDisableSlowFramebufEffects; bool bDisableSlowFramebufEffects;
bool bFragmentTestCache; bool bFragmentTestCache;

View File

@ -458,8 +458,6 @@ namespace Reporting
bool IsSupported() bool IsSupported()
{ {
// Disabled when using certain hacks, because they make for poor reports. // Disabled when using certain hacks, because they make for poor reports.
if (g_Config.bTimerHack)
return false;
if (CheatsInEffect()) if (CheatsInEffect())
return false; return false;
if (g_Config.iLockedCPUSpeed != 0) if (g_Config.iLockedCPUSpeed != 0)