Qt Buildfix.

This commit is contained in:
Sacha 2013-06-01 15:31:05 +10:00
parent ac7f6e6cf4
commit 3956bd004e
3 changed files with 5 additions and 3 deletions

View file

@ -209,7 +209,7 @@ namespace Reporting
postdata.Add("sdkver", sceKernelGetCompiledSdkVersion());
postdata.Add("pixel_width", PSP_CoreParameter().pixelWidth);
postdata.Add("pixel_height", PSP_CoreParameter().pixelHeight);
postdata.Add("ticks", CoreTiming::GetTicks());
postdata.Add("ticks", (const uint64_t)CoreTiming::GetTicks());
if (g_Config.bShowFPSCounter)
{
@ -269,4 +269,4 @@ namespace Reporting
th.detach();
}
}
}