mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, fix reporting showing disabled outside game.
This commit is contained in:
parent
df3342fd9e
commit
fb1ca6823c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue