FPS patches high res clock.

This commit is contained in:
Dario 2024-12-16 13:29:21 -03:00
parent 86331a935d
commit 1a9ce72762

View file

@ -5,7 +5,7 @@
#include <app.h> #include <app.h>
float m_lastLoadingFrameDelta = 0.0f; float m_lastLoadingFrameDelta = 0.0f;
std::chrono::steady_clock::time_point m_lastLoadingFrameTime; std::chrono::high_resolution_clock::time_point m_lastLoadingFrameTime;
void DownForceDeltaTimeFixMidAsmHook(PPCRegister& f0) void DownForceDeltaTimeFixMidAsmHook(PPCRegister& f0)
{ {