Reporting: Avoid accessing ticks before start.
This commit is contained in:
parent
1469a32a9d
commit
c33ff58980
1 changed files with 2 additions and 1 deletions
|
@ -434,6 +434,7 @@ namespace Reporting
|
||||||
void AddGameplayInfo(UrlEncoder &postdata)
|
void AddGameplayInfo(UrlEncoder &postdata)
|
||||||
{
|
{
|
||||||
// Just to get an idea of how long they played.
|
// Just to get an idea of how long they played.
|
||||||
|
if (PSP_IsInited())
|
||||||
postdata.Add("ticks", (const uint64_t)CoreTiming::GetTicks());
|
postdata.Add("ticks", (const uint64_t)CoreTiming::GetTicks());
|
||||||
|
|
||||||
float vps, fps;
|
float vps, fps;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue