ImDebugger: Fix issue with HLE Modules window always showing, more granular sleep logging

This commit is contained in:
Henrik Rydgård
2024-11-21 15:47:37 +01:00
parent 659af60613
commit 5a3eeb9d9b
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ static void DoFrameTiming(bool throttle, bool *skipFrame, float scaledTimestep,
if (endOfFrame) {
g_frameTiming.DeferWaitUntil(nextFrameTime, &curFrameTime);
} else {
WaitUntil(curFrameTime, nextFrameTime);
WaitUntil(curFrameTime, nextFrameTime, "display-wait");
curFrameTime = time_now_d(); // I guess we could also just set it to nextFrameTime...
}
}