Reporting: Avoid accessing ticks before start.

This commit is contained in:
Unknown W. Brackets 2022-10-04 23:46:25 -07:00
parent 1469a32a9d
commit c33ff58980

View file

@ -434,6 +434,7 @@ namespace Reporting
void AddGameplayInfo(UrlEncoder &postdata)
{
// Just to get an idea of how long they played.
if (PSP_IsInited())
postdata.Add("ticks", (const uint64_t)CoreTiming::GetTicks());
float vps, fps;