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();
}
}
}

View File

@ -36,6 +36,7 @@ SOURCES += ../Core/CPU.cpp \ # Core
../Core/Config.cpp \
../Core/Core.cpp \
../Core/CoreTiming.cpp \
../Core/CwCheat.cpp \
../Core/Host.cpp \
../Core/Loaders.cpp \
../Core/MemMap.cpp \
@ -69,6 +70,7 @@ HEADERS += ../Core/CPU.h \
../Core/Core.h \
../Core/CoreParameter.h \
../Core/CoreTiming.h \
../Core/CwCheat.h \
../Core/Host.h \
../Core/Loaders.h \
../Core/MemMap.h \

2
ffmpeg

@ -1 +1 @@
Subproject commit fe9c6b483d42c2e481deea97fb6a382c050c10f2
Subproject commit 07b19a15f0e3bae77605028448642c711796efdf