Qt Buildfix.
This commit is contained in:
parent
ac7f6e6cf4
commit
3956bd004e
3 changed files with 5 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue