Oops, fix reporting showing disabled outside game.

This commit is contained in:
Unknown W. Brackets 2014-02-20 01:02:22 -08:00
parent df3342fd9e
commit fb1ca6823c

View File

@ -333,7 +333,7 @@ namespace Reporting
bool IsEnabled()
{
if (g_Config.sReportHost.empty() || !currentSupported)
if (g_Config.sReportHost.empty() || (!currentSupported && PSP_IsInited()))
return false;
// Disabled by default for now.
if (g_Config.sReportHost.compare("default") == 0)