mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-22 07:03:38 +00:00
Qt Buildfix.
This commit is contained in:
parent
ac7f6e6cf4
commit
3956bd004e
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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
2
ffmpeg
@ -1 +1 @@
|
||||
Subproject commit fe9c6b483d42c2e481deea97fb6a382c050c10f2
|
||||
Subproject commit 07b19a15f0e3bae77605028448642c711796efdf
|
Loading…
x
Reference in New Issue
Block a user