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;
bool bDisableStencilTest;
int iBloomHack; //0 = off, 1 = safe, 2 = balanced, 3 = aggressive
bool bTimerHack;
bool bBlockTransferGPU;
bool bDisableSlowFramebufEffects;
bool bFragmentTestCache;

View File

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