mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 17:30:46 +00:00
Oops, fix reporting showing disabled outside game.
This commit is contained in:
parent
df3342fd9e
commit
fb1ca6823c
@ -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…
x
Reference in New Issue
Block a user