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