diff --git a/UnleashedRecomp/patches/fps_patches.cpp b/UnleashedRecomp/patches/fps_patches.cpp index 33055db6..41d6cb2b 100644 --- a/UnleashedRecomp/patches/fps_patches.cpp +++ b/UnleashedRecomp/patches/fps_patches.cpp @@ -5,7 +5,7 @@ #include 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) {