mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-30 11:50:32 +00:00
Oops, x2
This commit is contained in:
parent
0fdea30ac3
commit
ee88bc79ff
@ -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;
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user